PDA

View Full Version : customize sharegroup


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

jfriend
May-13-2009, 03:15 PM
I see the following classes in a share group home page:

.shareHomepage (attribute on the body tag and on a content div that encloses the gallery thumbs)

Other than that, there does not appear to be anything in the CSS that uniquely identifies a specific sharegroup (e.g. no sharegroup number).

And, once you're viewing a gallery in the sharegroup, there isn't even any indication in the CSS that it's part of a sharegroup at all.

I don't see how you can do what you want with just HTML and CSS. I think it would take javascript parsing the URL to identify the particular sharegroup to do it.

Linh
May-22-2010, 08:50 PM
sorry to bump an old thread, but has this changed at all, or are sharegroups still fairly limited in how you can customize it?