Options

where to find those actual variable names for New Smugmug?

gschlactgschlact Registered Users Posts: 56 Big grins
edited January 2, 2015 in SmugMug Customization
many of the tweaks just require a handful of CSS / HTML code but the KEY is knowing the proper SmugMug variables controlling the behavior.

Is there an online reference manual with all the variables for the different parts of the website that we display? I can't seem to find it.

FOr example, I would have preferred to lookup some of these variables, where could I have found them? (the .sm ones referencing the type of user as well as the #variable

#ShareGetALink { display:none; }
.sm-user-owner.sm-user-loggedin #ShareGetALink { display:block; }

#ShareEmail { display:none; }
.sm-user-owner.sm-user-loggedin #ShareEmail { display:block; }

/* *********************************/

/* ********** SLIDESHOW ***************/
.sm-slideshow{
background:#222;
}

Comments

Sign In or Register to comment.