Okay
  Public Ticket #464758
background hovers
Closed

Comments

  • Jo Egan started the conversation

    General Theme background hover - you kindly answered my previous question on how to change the drop down navigation colour which I have successful done but now need to change the colour when the cursor hovers over it - currently defauting to black and can't read the text. Seems to be a default through out the site for the cursor hovers to go to black - it is happening when using the fancy unordered list optionj too. Any way to change it through the site


    many thanks

  •  8,851
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    html body .sf-menu li ul li a:hover, html body .sf-menu li ul li.sfHover > a {
        background-color: #fff !important;
    }

    Thanks



    ThemeNectar Support Team