Okay
  Public Ticket #1371332
Menu Item Style - Text color
Closed

Comments

  • Gon started the conversation

    Hello,


    How do you change the font color when using Menu Item Style?

    I don't want to have the same color as the rest of menu! :)

    Many Thanks!

  •  8,470
    Tahir replied

    Hey Again,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  • Gon replied

    Okey! https://getonnet.se/

    This button in the menu: 

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    header#top nav >ul >li[class*="button_solid_color"] >a, body #header-outer.transparent header#top nav >ul >li[class*="button_solid_color"] >a, #header-outer[data-lhe="animated_underline"] header#top nav >ul >li[class*="button_solid_color"] >a, #header-outer[data-lhe="animated_underline"].transparent.dark-slide header#top nav >ul >li[class*="button_solid_color"] >a:hover, #header-outer:not([data-lhe="animated_underline"]).transparent.dark-slide header#top nav >ul >li[class*="button_solid_color"] >a:hover, #header-outer:not([data-lhe="animated_underline"]) header#top nav ul li[class*="button_solid_color"] a:hover, #header-outer.dark-text header#top nav >ul >li[class*="button_solid_color"] >a, #header-outer:not([data-lhe="animated_underline"]) header#top nav .sf-menu li.current_page_item[class*="button_solid_color"] >a, #header-outer.transparent.dark-slide >header#top nav >ul >li[class*="button_solid_color"] >a:hover {
        color: #fea !important;
    }

    Thanks


    ThemeNectar Support Team