Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #360269

    Hi,

    I had a custom color set for the menu when the transparent header was in use, but after I changed the Main Menu color to a custom color, this color shows instead and is too dark. It should be the same color as the captions in the slider. I am using the latest version of Enfold and WP.

    Thanks!

    #360612

    Hey kpolka!

    Thank you for using Enfold.

    Did you set the main menu color on Enfold > Advanced Styling panel? Try to set the transparent header font color with this:

    #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a {
    color: blue;
    }

    Cheers!
    Ismael

    #360675

    Yes, I set the main menu color to the brownish gold, but I want the transparent menu to be a light gray so it contrasts with the images in the fullwidth slider. I tried to add the above to the quick CSS area and it is still getting overridden by the main menu color.

    #360880

    Hi!

    Please go to Enfold theme options > Header > Transparency Options and change menu link colors as needed

    Best regards,
    Yigit

    #361330

    I did that to begin with and they are getting overridden by the main menu color. Also tried to force it with quick CSS and important! and it still doesn’t work.

    #361570

    Hey!

    Please add following code to Quick CSS

    .av_header_transparency .av-main-nav > li > a .avia-menu-text {
    color: #e2e2e2!important;
    }

    Regards,
    Yigit

    #361928

    That worked. Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Transparent header custom menu color not working’ is closed to new replies.