Quote Originally Posted by Bewitching View Post
Hi Anne!
Using another of your wonderful templates!
Quick question:
In the Read-me for this template, regarding the Social Sidebar you state:
"In your favorite plain text editor open includes/templates/YOUR_TEMPLATE/css/stylesheet_social_header.css"

At the bottom of the file add display:none; to the class for each icon you don't want to display. So, for example if you don't want to display the facebook icon you would add:

Code:
.facebook{display:none;}
Then you display the class as:
Code:
.facebook-sh
I want to remove YouTube and the rest below that.
So I tried:
Code:
.youtube{display:none;}
and
Code:
.youtube-sh{display:none;}
and neither worked.

You refer above to the "stylesheet_social_header.css", but this template uses "stylesheet_social_sidebar.css"
So I assumes the "sh" was incorrectly referring to style header, so I replaced the "sh" with "ss" for social sidebar like this:
Code:
.youtube-ss{display:none;}
That didn't work either

Can you tell me the correct coding to use to remove unneeded social icons?

Thanks a million!
Kathleen
Sorry about that! It looks like I forgot to add the classes to the code. You can either add the classes to the code in includes/templates/sheffield_blue/common/tpl_main_page.php or just remove the code for the icons that you don't want to use. I'll add this to the list of things for a future update.

Thanks,

Anne