Okay
  Public Ticket #298103
Change hover color
Closed

Comments

  • Michael started the conversation

    How can i change the hover color for links on the site? Right now links in the body highlight as black. 

    For an examples see:

    http://www.garson.net/portfolio/gen-3-website/

    I had issues with using the built in portfolio nav. So I'm just hard linking between portfolios, and I putting my own nag in there. 

    Or better yet, where in the code do the salient settings reside for accent color and typography? Like when I change settings under typography, or accent color what files does it alter? 

  •  8,997
    Tahir replied

    Hey!

    For the hover links add this into the Custom CSS box located in your Salient Options panel :

    body a:hover {
        color: #f00 !important;
    }

    To find the css see functions.php and search for "Dynamic Styles" .

    Thanks


    ThemeNectar Support Team 

  •  2
    its4mahfuj replied

    Hello Tahir 

    Thanks! I have used the code. Link hover  color has been changed. But probably there is a problem. Salient is showing me a report, "Use of ! important"

    I have another problem. The page/post title hover of my blog/home is not changing. I will be highly grateful to you if you help me. please help me. here is my blog link http://www.petdogplanet.com/blog/ 

  •  8,997
    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) :

    article.post .post-header h2 a:hover {
        color: #f16233 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    its4mahfuj replied

    Thanks Mr. Tahir 

    My Problem has fixed. But still might have some problems. Please watch my attachment.

  •  8,997
    Tahir replied

    Yellow Sign can be ignored. 

    Bes.t


    ThemeNectar Support Team