Possible to adjust Title and Caption text size?
david-low
Registered Users Posts: 754 Major grins
How do I enlarge text under Title and Caption. I didn't able to find any means of text size adjustment under Content and Design.
Tks
My gallery: http://david-low.smugmug.com
0
Comments
Hey David. Check this tutorial out: https://portal.photom.me/portal/changing-font-color-and-size-of-title-and-caption-in-lightbox-view/
Hi Tom,
Tks for help.
I tried to add the CSS but wasn't successful. All previous CSS that are created in my site was added in by the Heros.
I tried as follows: It was instructed to "drag the box". So I drag to any place and add in the CSS, eg (.sm-lightbox-caption {font-size: 24px !important; ) and nothing happens. Did I missed out any missing code. Did I drag the wrong CSS?
I can’t find any suitable relevant tutorial in Youtube. Can you show me a Youtube link tutorial specifically for this issue.
Sorry I'm really a noob in CSS. Otherwise, can you show me step by step how can it be done?
Here’s my link showing the tiny Title and Caption font.
https://david-low.smugmug.com/Test-font-size/n-F2fjzf/
Sincerely appreciate.
I had Tom add some additional code to the site. The code previously given was for Lightbox titles and captions as that was what was requested. The new code,
.sm-user-ui .sm-tile-info .sm-tile-title {
font-size: 28px;
}
was added to the Gallery. You may adjust the font size by changing the number if desired.
SmugMug Support Hero
Tks Hero,
Now managed to organise CCS. Tks so much
Sorry, can I know what's the default font size for Title and Caption?
Tks
The default font for Titles is 20 px and Captions is 14 px
SmugMug Support Hero
TQ