• I’ve been looking through the CSS on Simple Catch, but I can’t seem to find anything referring to how I could chance the colours used on the social icons (static, or when hovered over).

    Would anyone out there be able to help me out?

    http://www.uptopshop.ca

    Cheers,

Viewing 1 replies (of 1 total)
  • Theme Author Catch Themes

    (@catchthemes)

    @jpetznick: This is actually css Sprites Image. So, you will not find a color. This is done through the position of this image social-profile.png

    #header .social-search ul.social-profile li a {
    	background: url(images/social-profile.png) right bottom no-repeat;
        display: block;
    	height: 33px;
        width: 33px;
    	text-indent: -99999px;
    
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Changing colours of the social icons’ is closed to new replies.