chrismoore
May-13-2009, 02:02 PM
Is there a way to customize specific sharegroups? I want to add a specific title to certain sharegroups. So, I am adding to my custom header: <div id="title1">My Title</div>
Then I can't figure out what to put in CSS to control where it shows up.
I have tried, as a theoretical example
#title1 {display:none;}
.share_123456789 #title1 {display:block;}
and also variations of share, such as shareGroup, shareHomepage but I can't find the syntax that allows me to only add to specific sharegroups.
Thanks
Then I can't figure out what to put in CSS to control where it shows up.
I have tried, as a theoretical example
#title1 {display:none;}
.share_123456789 #title1 {display:block;}
and also variations of share, such as shareGroup, shareHomepage but I can't find the syntax that allows me to only add to specific sharegroups.
Thanks