Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #562551

    Hi there, I hope you can help me with a quick question. I am using the full width sub menu from the avia content builder and I cannot seem to get the get the menu font color to be white. I set all the header and logo sections to white, but they show up grey with the current page on white. I would like the letters to be white and the current page to be yellow. Can you tell me how I can do that?

    Thanks much,
    Darin

    http://harmony.naomialdort.com/

    #562607

    you can try this:

    .alternate_color .av-subnav-menu a {
        color: #fff !important;
    }

    and if you want a difference to hover or active state try to play with:

    .alternate_color .av-subnav-menu a:hover {
        …
    }
    #562669

    Hi!


    @Guenni007
    thanks again for the tip!

    You can try the above tip or another easy way to do is goto Enfold Settings > Advance Styling > Select Menu Color from the drop down

    Best regards,
    Vinay

    #563583

    So a very strange thing happens. If I add the CSS it turns the submenu white and not the main menu. When I change it in the advanced settings the main menue is white and the sub menu is not. Niether does both and when I add the css code it seems to override the advanced settings. Also it seems the menu is bold and the submenu is not. Can you help? Thank you.

    http://harmony.naomialdort.com/

    #563590

    Actually they both now work. The code controls the secondary menu and the settings controls the main menu. Now as you can see the main menu is bold and the secondary menu is not. How can we make them the same? Thank you.

    #564609

    Hey!

    are you talking about submenu font-color? if yes use this code inside Quick CSS field:

    .sub-menu .avia-menu-text {
    color: white;
    }
    

    Best regards,
    Andy

    #645917

    Hi there,

    Thank you for your reply, but I this did not help me so much. The code you gave me changes the color of the dropdown menus, but does not change the font for the fullwidth sub menu. All I want it to do is have it look like the the top menu which is bold. Can you help please?

    #646965

    Hi,

    your menu looks all good and the same for me:

    View post on imgur.com

    So everywhere same font size. Could you fix it already?

    Best regards,
    Andy

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