Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1428160

    When I change the size of the menu font under advanced styling, it forgets all about the colors I set in General styling. And in advanced styling it doesn’t have an option for setting colors and in general styling there is no option for size. Do other people have this issue as well?

    Can you send the ccs style name for the menu links, active and hover and size? Dont seem to be able to locate them when I inspect the source code :(

    this is quite urgent.

    thank you

    • This topic was modified 10 months ago by ausgesonnen.
    #1428219

    Looking forward to your answer.

    #1428286

    Hi,

    Could you try to explain your intentions a bit further please? If you have a screenshot, then that might help.

    Best regards,
    Rikard

    #1428393

    Can you send the ccs style name for the menu links, active and hover and size? Dont seem to be able to locate them when I inspect the source code :(

    this is quite urgent.

    #1428394

    I want to increase the size of the menu fonts and also retain the colors I set for link, active and hover.

    #1428420

    Hi,

    Thanks for the update. You can try using this CSS:

    .main_menu li a {
      font-size: 16px;
    }
    
    .main_menu li a:hover {
      color: green;
    }
    
    .main_menu li a:active{
      color: yellow;
    }

    Best regards,
    Rikard

    #1428439

    Thanks

    I also need the style names for the burger menu like you sent above.

    thanks

    #1428464

    Hi,

    Thank you for the update.

    To adjust the style of the burger menu items, please start with this css code.

    .html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a {
        color: #fff;
        height: auto;
        line-height: 1em;
        font-size: 0.8em;
    }
    
    .av-burger-overlay-bg {
        z-index: 3;
        opacity: 0.9;
        background: #000;
        display: block;
        position: fixed;
    }

    Best regards,
    Ismael

    #1428512

    Unfortunately nothing happens.

    I want the normal color of the menu items in the burger menu to be white and only turn gold on roll over. Any other ideas?

    Best
    Petra

    #1428549

    Hi,

    The modification above should adjust the color of the burger menu items to white. If you need to change the color on hover, please add this css code.

    .html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a:hover {
        color: gold;
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect. By disabling the file compression settings, you will be able to make the necessary adjustments and updates without any conflicts. Once you have made the required modifications, you can re-enable the file compression settings to optimize the performance of your website.

    Best regards,
    Ismael

    #1428598

    Doesn’t work. Even when disabling compression settings.

    #1428599

    Found another solution thanks

    #1428619

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.