Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #60770
    Daniel
    Participant

    Hi all,

    how can I can the mouseover background color for the social icons?

    I would like to have the same background color in all icons.

    Thanks & best regards
    Daniel

    #60854
    Sakin
    Keymaster

    @Daniel: You can change the color code in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .site .widget-area .widget_catchresponsive_social_icons a:hover {
    	background-color: #3b5998;
    	border-color: #3b5998;	
    }
    #61223
    Daniel
    Participant

    Thank you very much for your quick support!

    #61239
    Alexander Chernyh
    Participant

    it is useful for me too. but i have a question.

    how can i change grey color of the socilal icons to my color (http://admin.notes.org.ua/) ??

    #61262
    Sakin
    Keymaster

    @alexch: You can change the color code in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .site .widget_catchresponsive_social_icons a.genericon {
        background-color: #d7d7d7;
        border-color: #b6b6b6;
    }
    #61273
    Alexander Chernyh
    Participant

    thank you Sakin

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘social Icon’ is closed to new replies.