Change Link Hover Color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25897

    Hi there, how can I change the Link Hover color in the content area? I only can change the Link hover color in the sidebar or footer area in the theme settings… Check here: http://www.rheinherz.com/kontakt/ -> In the footer it is as I want it to be, (from grey to blue) but in the content Area not…

    It has to do with this: [wrap class=”contact-info” id=”contact-sidebar”] – how can I edit it?

    And I would like to change the Hover Color of the “social_list” – how can I do that?

    #25906
    Veena
    Moderator

    To change contact section email hover color you can use the below custom CSS –

    #contact-us-section a:hover {
        color: #000;
    }
    

    For changing social list hover color you need to modify this png file –
    http://www.rheinherz.com/wp-content/themes/extinct/images/social-icons/social-hover.png
    And then you can use the following custom CSS-

    #contact-us-section ul.social-list a:hover {
        background-image: url(images/social-icons/social-hover.png);
    }
    
    #25942

    Oh sorry, I meant the normal link color in the content area, not the hover. How can I change this from blue to grey (grey on hover)? Check here: http://www.rheinherz.com/kontakt/

    #25980
    Veena
    Moderator

    I don’t see any blue link color in the content area . Are you asking about footer links?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.