Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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?

    #780354

    Hey Snerp,

    Please try the following in Quick CSS under Enfold->General Styling:

    .sub-menu .avia-menu-text {
      color:red !important;
    }

    Best regards,
    Rikard

    #780544

    Thanks for the CSS, but unfortunately that didn’t work. Do you have another snippet we could try?

    #780572

    Hi 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

    #780685

    Nope that didn’t work :(

    #780753

    Hi,

    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,
    Nikko

    #782521

    Hi Nikko,

    info has been sent

    #783499

    Anybody else have any suggestions?

    #783944

    Hi,

    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,
    Victoria

    #784126

    Sorry 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.
    #784176

    Ok 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.
    #784293

    Hey!

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Can't change sub-menu colours’ is closed to new replies.