-
AuthorPosts
-
April 19, 2017 at 9:20 pm #780157
Hi,
for some reason I can’t change the sub-menu colours. I cleared my cache several times. Closed my browsers and restarted, turned off plugins to no avail.
I have tried the Advanced Styling – Main Menu sub-level links settings – didn’t work
I tried some css – didn’t work
#top .sub-menu {
background: #0ddddf !important;
}So now I’m here …Help?
April 20, 2017 at 7:38 am #780354Hey Snerp,
Please try the following in Quick CSS under Enfold->General Styling:
.sub-menu .avia-menu-text { color:red !important; }
Best regards,
RikardApril 20, 2017 at 2:39 pm #780544Thanks for the CSS, but unfortunately that didn’t work. Do you have another snippet we could try?
April 20, 2017 at 3:31 pm #780572Hi Snerp,
Can you try this code instead?
.sub-menu a .avia-menu-text { color:red !important; }
You can also set the hover color, if you prefer. You can do it with something like this:
.sub-menu a:hover .avia-menu-text { color:yellow !important; }
Just change the colors. You can also set a background-color.
I hope that helps!
Sarah
April 20, 2017 at 5:58 pm #780685Nope that didn’t work :(
April 20, 2017 at 8:40 pm #780753Hi,
It seems to be a caching plugin, though it’s weird that there’s no caching plugin active. Can you give us ftp access? and also give us permission to deactivate plugins (just for few minutes).
Best regards,
NikkoApril 24, 2017 at 8:43 pm #782521Hi Nikko,
info has been sent
April 26, 2017 at 2:32 pm #783499Anybody else have any suggestions?
April 27, 2017 at 11:40 am #783944Hi,
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 or in your child theme style.css
#top #wrap_all .av-main-nav ul > li:hover > a { color: orange; }
If you need further assistance please let us know.
Best regards,
VictoriaApril 27, 2017 at 5:40 pm #784126Sorry that didn’t work.
I have stripped out all the custom CSS, custom PHP, turned off all the plugins, deleted any advanced styling and still the issue persists. I have tested the same layout on another development site with the same host and no issues. I have a client launch date for the 1st of May for this website and I’m starting get concerned. I will give my logon info here again.
- This reply was modified 7 years, 6 months ago by Snerp.
April 27, 2017 at 7:40 pm #784176Ok I got this fixed.
There seems to be an issue with the theme, if I add the custom css to the child theme style.css my code works. If the code is in the General Styling Quick CSS is won’t work.
I’m using Version: 4.0.5
- This reply was modified 7 years, 6 months ago by Snerp.
April 28, 2017 at 6:09 am #784293Hey!
We’re glad to know that this is fixed following Victoria’s instructions. Do let us know if you need help with anything else!
Best regards,
Sarah -
AuthorPosts
- The topic ‘Can't change sub-menu colours’ is closed to new replies.