Tagged: 

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #900544

    Currently, the menu font color sets to white, when i scroll down, the font color changes to the dark gray.

    How do i change the menu color?

    #900566

    Hey scampbase,

    Please, provide us your WP credentials and we can teach you!

    Best regards,
    John Torvik

    #900677
    This reply has been marked as private.
    #901142

    Hi,

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

    .home #avia-menu .avia-menu-text {
      color:#eee;
    }

    Best regards,
    Rikard

    #901588

    Hey – I have the same problem as scampbase. Have tried Rikard’s solution, but it didn’t work out.
    Can you help?
    Best, Susanne

    #901957

    Hi Susanne,

    Where can we see your problem?

    Best regards,
    Rikard

    #902015

    Hi Rikard
    Look here: https://www.mediesitter.dk/
    I’d like the menu to look the same as on this page: https://www.mediesitter.dk/hjemmesider-i-wordpress/
    Thanks in advance, Susanne

    #902138

    Hi, the code didn’t work.
    i want top menu font color, “NOT scrolled down menu font color.”

    Thanks

    #902166

    Hej, I Have the same Problem like scampbase: I want the top menu color to be grey and not white.
    Thank you

    #903272

    Hey Rikard
    Any news regarding this topic – will appriciate any help! Thanks in advance.
    Best, Susanne

    #903728

    Hi,

    @Ennasus
    Try this code in the General Styling > Quick CSS field:

    #top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext {
        color: #cf507d!important; 
    }
    

    Best regards,
    Mike

    #903729

    Hi,

    @lilianguentsche
    please try the same code but adjust the color.

    Best regards,
    Mike

    #903730

    Hi,

    @scampbase

    Try this code in the General Styling > Quick CSS field:

    
    #top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext {
        color: #808080!important; 
    }
    

    Best regards,
    Mike

    #903891

    Thank you, Mike
    Unfortunately it dosen’t work. I don’t know what to do as I need the page to look really good. I’m new to Enfold and have no idea.
    Is it working for you @scampbase or @lilianguentsche?
    Best, Susanne

    #903917

    Hi,

    @Ennasus
    if I understood correctly you wanted your menu items to be pink as in your demo link, this code should do it if you add it to General Styling > Quick CSS field:

    #top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext,#top #header #menu-item-search {
        color: #cf507d!important; 
    }

    Please clear any cache plugin and your browser cache and check.
    If this still doesn’t help please open a new thread and include admin login in the private content area so we can take a closer look.
    But don’t do it in this thread, because this was open by someone else and they will see your login, and if we need to write to you in the Private Content area you will not see it.

    Best regards,
    Mike

    #905829

    Urgent! good news …
    It works now. Cleared the cache serveral times. Cleared the General Styling > Quick CSS field. Closed the browser and tried again. And Voila.
    Best, Susanne

    #905928

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘How to change top menu font color?’ is closed to new replies.