
Change the Font of the Description of the Gallery
The gallery description is what's displayed above the photos and below the breadcrumb. It is usually what you've typed to describe what the gallery name is. If you would like to customize the text there, you can change the font, font-size, font-color, etc using this: Add the following code to your theme's Advanced CSS settings:
/* Change the font of the gallery description */ .sm-gallery-description { font-size: 20px; color: #28D3D3; font-face: Arial; }From: http://www.dgrin.com/showthread.php?p=1918607#post1918607
Christian Riefenberg
on June 5, 2017Hey Aaron,
first thanks for all your helpful posts. But I think that I have something totally wrong. I tried several of your Advanced Theme CSS customisations, but none of them seems to work.
So i m pretty sure the problem is connected to me. I follow your instructions: I opend the theme, go to advance, scroll down to custom css. This is where i simply paste your commands. But like I said, after saving it it all looks the same. Do you have any idea what I m doing wrong?
Really appreciate your answer!