I hope someone can help me out with this. I have the theme Isis and I would like to make the title of my galleries smaller (see photo) because now it's way too big!
I have the theme Isis and I would like to make the title of my galleries smaller (see photo) because now it's way too big!
There are 2 ways to fix this, 1 being way more simple:
1. In your breadcrumb settings, turn off "Emphasize Current Page". To do this, load a gallery, click "Customize" -> "Customize Site". Put your mouse over the breadcrumb (title) area, and click the wrench icon that appears.
2. Add this CSS to your site:
/* Change the font size of the breadcrumb gallery text, when emphasized */
.sm-breadcrumb-item h1 {
font-size: [COLOR="Red"]15px [/COLOR]!important;
}
You can change the number in red to whatever you want.
Comments
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
There are 2 ways to fix this, 1 being way more simple:
1. In your breadcrumb settings, turn off "Emphasize Current Page". To do this, load a gallery, click "Customize" -> "Customize Site". Put your mouse over the breadcrumb (title) area, and click the wrench icon that appears.
2. Add this CSS to your site:
You can change the number in red to whatever you want.
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
Suzette