Okay
  Public Ticket #281494
Menu Hover Color
Closed

Comments

  • Jason started the conversation

    Currently, when my menu is transparent, the font color is white, and once I've scrolled down the site, the font color changes to #27CFC3.

    How do I adjust the hover and current color settings for both? Also, the transparency transition does not seem to take affect when the menu is transparent.

  •  8,839
    Tahir replied

    Hey Jason!

    Could you please provide the site url so i can write up some custom css and see the transition issue as well. 

    Thanks


    ThemeNectar Support Team 

  •   Jason replied privately
  •  8,839
    Tahir replied

    Hey!

    Adjust the color values as per your liking. Add this into the Custom CSS box located in your Salient Options panel :

    #header-outer.transparent header#top nav .sf-menu > li.current_page_item > a:hover {
        color: #000 !important;
    }
    
    
    
    
    #header-outer.transparent header#top nav .sf-menu > li.current_page_item > a {
        color: #ff0!important;
    }
    
    
    #header-outer.small-nav header#top nav .sf-menu > li.current_page_item > a {
        color: #0f0 !important;
    }
    
    
    #header-outer.small-nav header#top nav .sf-menu > li.current_page_item > a:hover {
        color: #f00 !important;
    }
    
    
    

    Thanks



    ThemeNectar Support Team