jane_l 3 Report post Posted August 19, 2011 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 547 Report post Posted August 20, 2011 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