-
AuthorPosts
-
February 26, 2018 at 2:36 am #917624
I don’t want there to be a color behind the main menu. Right now it’s black and I want that to be gone. What am I missing?
February 26, 2018 at 5:28 am #917667Hey Kim,
The .htaccess login details are not working, please check and verify.
Best regards,
RikardFebruary 26, 2018 at 6:29 am #917673Sorry
February 26, 2018 at 10:59 am #917739Hi TheURLdr,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #header .av-main-nav>li>a { background-color: transparent; border-color: transparent; }
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 27, 2018 at 9:49 am #918300That didn’t work. And isn’t this something that can be changed in the theme options? In one of the styling tabs?
February 27, 2018 at 10:21 pm #918675Hi,
No that is controlled from the code of Victoria.
Best regards,
BasilisFebruary 27, 2018 at 11:13 pm #918709Victoria’s code didn’t work.
February 28, 2018 at 6:14 pm #919209Hi,
Please check the settings once in
Enfold > Advanced Styling > Menu linksIf any background color is set for the menu items just clear the color value and save it. If it does not work we have tested the below code on your site please replace the code with this one to remove the menu background color when the page is scrolled.
#top #header.header-scrolled-full .av-main-nav>li>a { background-color: transparent; } #top #header.header-scrolled-full .av-main-nav > li > a .avia-menu-text, #top #header.header-scrolled-full .av-main-nav > li > a .avia-menu-subtext { color: #333; }
Best regards,
Vinay- This reply was modified 6 years, 8 months ago by Vinay.
March 18, 2018 at 2:19 am #928597This still doesn’t work. The background colors are still there. I’ve used Incognito mode. I’ve flushed the cache on the server. Nothing. Still there.
March 19, 2018 at 5:58 pm #929191Hi,
I have tested this code in your site place try adding it again with a !important rule.
#top #header.header-scrolled-full .av-main-nav>li>a { background-color: transparent!important; } #top #header.header-scrolled-full .av-main-nav > li > a .avia-menu-text, #top #header.header-scrolled-full .av-main-nav > li > a .avia-menu-subtext { color: #333!important; }
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.