Jump to content
Sign in to follow this  
jane_l

Editing the share bar

Recommended Posts

jane_l

I've added the function call for googleplus but am struggling with having it show up on the sharebar. I edited the sprite file: http://dearauthor.com/wp-content/themes/platformbase/images/sprite-socialicons.png and I added a singular file: http://dearauthor.com/wp-content/themes/platformbase/images/googleplus-socialicons.png and I added this to my base css: '.icons .googleplus {background: url('../platformbase/images/googleplus-socialicons.png') no-repeat;} .icons .googleplus:hover {background: url('../platformbase/images/googleplus-socialicons.png') no-repeat;' and I tried this: '.icons .googleplus {background: url('../platformbase/images/googleplus-socialicons.png') no-repeat -198px 0;} .icons .googleplus:hover {background: url('../platformbase/images/googleplus-socialicons.png') no-repeat -198px -22px;' Neither has worked. Example: http://dearauthor.com/book-reviews/review-black-sheep-by-georgette-heyer/ Thanks.

Share this post


Link to post
Share on other sites
Rob

You shouldn't be editing base.css. You should be adding the CSS code only to Custom Code (top of the settings (Custom CSS). Alternatively, it could be a hook you need in features.php. Have you read the Docs on Child Themes?


Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×