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

    Hi guys,

    I’m wondering how I should go about to change menu font color on a specific page as well as styling one specific menu item in a different color.

    I have this code for styling the entire menu and it works great:

    .page-id-190 .av_header_transparency #header_main .avia-menu-text, .page-id-142 .av_header_transparency #header_meta * {
        color: #6b8bc8!important;
    }

    Then I have this code for styling a specific menu item, but the meny item still has the color of the entire menu from the previous code:

    #menu-item-470 > a > .avia-menu-text {
      color: white!important;
    }

    I can’t seem to get those two codes to work side by side.

    Any suggestions?

    BR, gorehalling

    #740934

    Hey gorehalling,

    Can you give us a link to the page? so we can have a closer look.

    Best regards,
    Nikko

    #741148

    Hi Nikko, of course!

    #742645

    Hi,

    Try adding this css code:

    .page-id-468 .av_header_transparency #header_main #menu-item-470 > a > .avia-menu-text {
        color: white!important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #743770

    Hi Nikko,

    works like a charm – thank you very much for your help!!

    BR, gorehalling

    #743831

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Style menu item and entire menu’ is closed to new replies.