• add to style.css

    a.twitter {
    	background:transparent url(images/socialMediaIcons.gif) 0 0 no-repeat;
    	display:block;
    	float:left;
    	text-indent:-9999px;
    	width: 37px;
    	height:37px;
    }
    
    a.twitter:hover {
    	background:transparent url(images/socialMediaIcons.gif) 0 -37px no-repeat;
    	-webkit-transition: none;
    	-moz-transition: none;
        -o-transition:none;}
    
    a.facebook {
    	background:transparent url(images/socialMediaIcons.gif) -40px 0 no-repeat;
    	display:block;
    	float:left;
    	text-indent:-9999px;
    	width: 37px;
    	height:37px;
    }
    
    a.facebook:hover {
    	background:transparent url(images/socialMediaIcons.gif) -40px -37px no-repeat;
    	-webkit-transition: none;
    	-moz-transition: none;
        -o-transition:none;}

    Put your FB/twitter links in header.php next to the rss link.

    http://wordpress.org/extend/themes/liquorice/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there…

    Would love to do that on my liquorice theme site but can’t figure out how and where to add links in the header php.

    Can you please help…

    Cheers,
    Gal

    Theme Author Nudge Themes

    (@nudge)

    Hello,

    I’ve submitted an update for the theme for review which now includes the social media links via the Theme Options panel. Make sure your styles are in a child theme, otherwise if you updated the theme they will be overridden.

    Thanks!

    Sonia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Liquorice] In case you were wondering about the social icons’ is closed to new replies.