How to remove shadowtext from mobile menu in Vantage theme?
Hi,
I have changed the mobile menu colors through the Vantage theme customizing.
But now it looks messy because of the text-shadow.
Is there any way to remove this?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi Erica,
You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
.mobile-nav-frame ul li a.link, .mobile-nav-frame .title h3 { text-shadow: none; }You might also need to install the SiteOrigin CSS Editor.
Hi Alex,
That works.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.