Modify Gallery & Folder title font
Golfnut
Registered Users Posts: 131 Major grins
11-13-2013 7-44-37 PM.jpg
Is there a CSS for changing the font size for the Gallery and Folder titles (red arrows)?
Also, I recall seeing a CSS method for removing the icons (white arrow) - anyone remember that one?
Thanks in advance.
Golfnut
Is there a CSS for changing the font size for the Gallery and Folder titles (red arrows)?
Also, I recall seeing a CSS method for removing the icons (white arrow) - anyone remember that one?
Thanks in advance.
Golfnut
0
Comments
Here is how to remove the gallery icons
/* Remove gallery icon + center gallery captions */
.sm-page-widget-galleries .sm-tile-type-icon {
display:none;
}
.sm-page-widget-galleries .sm-tile-info {
text-align:center;
}
/* Remove folder icon + center folder captions */
.sm-tile-folder .sm-tile-type-icon:after, .sm-tile-album .sm-tile-type-icon:after {
display: none;
}
.sm-tile-folder .sm-tile-info {
text-align:center;
}
Can anyone let me know how to change this font and size of these titles?
Attachment not found.
I used this to change the center the text in the individual gallery and folder objects, but I can't figure out how to change the title.
.sm-page-widget-galleries .sm-tile-info {
text-align:center;
}
.sm-tile-folder .sm-tile-info {
text-align:center;
}
Thanks,
Golfnut
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk