Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #53703
    srp7
    Member

    Just wondering…
    – what’s the css code for underline when hovering a link?
    – what’s the css code for changing color when hovering over a link?

    thanks

    #53732
    Sakin
    Keymaster

    @srp7: You can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    /* Link Color */
    a { color: #000; }
    /* Link Hover Color */
    a:hover { color: #000; }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘css change color link when hover and underline’ is closed to new replies.