SmugMug CSS Class Repository?
DaveCenker
Registered Users Posts: 1 Beginner grinner
While I'm not an expert at CSS, I am able to research online and find enough information to know "how" to do certain things.
However, what I'm having difficulty with is determining what CSS classes map to the elements I want to change on my SmugMug site. For example, I want to:
* change the font size of the "Owner Log In" link in the corner
* modify the font name and color of the navbar menu items (in both desktop and mobile versions)
Is there a repository of class names somewhere that maps CSS class names to SmugMug elements? Or, is there a way to ascertain this information by diving into the page source (I've tried and haven't been able to identify the correct place to find this info).
Any help or direction would be greatly appreciated!
However, what I'm having difficulty with is determining what CSS classes map to the elements I want to change on my SmugMug site. For example, I want to:
* change the font size of the "Owner Log In" link in the corner
* modify the font name and color of the navbar menu items (in both desktop and mobile versions)
Is there a repository of class names somewhere that maps CSS class names to SmugMug elements? Or, is there a way to ascertain this information by diving into the page source (I've tried and haven't been able to identify the correct place to find this info).
Any help or direction would be greatly appreciated!
0
Comments
No CSS repo, just drill down using a web tool.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
If you want to change stuff in the nav bar, this should work:
.sm-user-ui .sm-page-layout-region-header .sm-page-widget-nav a {color: red;}
. Can't help you with the "Owner Log In" link as I don't use it. You can post you site here and I can take a look.Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk