Changing the size of gallery description font
LouB
Registered Users Posts: 39 Big grins
I am having some issues with font rendering on my site and need to increase the size of the Gallery descriptions and I see no way of doing it in the UI.
Does anyone have the CSS to increase the font?
Thanks
Lou
Does anyone have the CSS to increase the font?
Thanks
Lou
0
Comments
Try this:
Go to Customize > Customize Site and click on "All Galleries"
Click on the Theme tab and click on the wrench to edit your Active Theme
Click on the Advanced tab
Click on edit to change the custom CSS
Copy and paste the following code:
.sm-gallery-description {
font-size: 16px;
}
(you can replace 16 to increase or decrease the font size)
Click on Done (twice) and click on publish to save the settings.
Hope this helps
Luc