Folder names and Gallery names modifications
TallPhotoGuy
Registered Users Posts: 160 Major grins
Can someone point me to the code to change the size of text for the folder and gallery names, the font weight and maybe even the font
Thanks
Thanks
0
Comments
.sm-user-ui .sm-tile-info .sm-tile-title {}
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thanks. I had code from Aaron Meyers to center the gallery name and to color the folder. I want to maybe change the gallery name color, gallery name font size and font. I can't seem to do the basics on the font color change. Code is..
/* CENTER THE TEXT OF THE GALLERY NAMES */
/* Align the text in the center */
.sm-tiles-grid .sm-tiles-list .sm-tile-info .sm-tile-title {
text-align: center;
}
/* Make the tile info div fill the width so things can center */
.sm-tile-info-text {
width: 100%;
}
/* Change the color of the gallery name icon */
.sm-tiles-grid .sm-tiles-list .sm-tile-info .sm-tile-info-icon {
color: #00F;
}
.sm-user-ui .sm-tile-info .sm-tile-title {
color: #00F;
}
/* END CENTER THE TEXT OF THE GALLERY NAMES */
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
all my CSS code is in hewitt theme
I backed out a lot of code then add back bit by bit and verify
It shouldn't but the path I use to verification is
Celebrations graduations Oregon
I used Firefox Web Developer to determine the element name for the title.
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk