Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #861560

    Hi,
    On home screen I’ve set up the transparent main menu. Since the background image is dark, the menu should be white text or anything contrast.
    Didn’t find solution on forum nor template settings.

    Thanks!

    #861688

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

    .header_color .main_menu ul:first-child > li > a {color: #fff !important;}

    Best regards,
    Mike

    #861707

    Hi Mike,
    Close, the menu is clearer now, however all menu is being white and unreadable when scrolled down.
    Best.

    #861738

    Hi,

    Try adding this css code:

    .av_header_transparency #header_main .main_menu ul:first-child > li > a {
        color: #fff;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #862125

    Worked like a charm!
    Thanks so much!

    #862177

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Main Menu Text Color’ is closed to new replies.