
Change Gallery Description Fonts
If you would like to change the font, size, color, etc of the "Gallery Description" use the following code: Add the following code to your theme's Advanced CSS settings:
/* Modifies the Gallery Description Font */ .sm-gallery-description { font-size: 20px; color: #28D3D3; }See the original discussion on the dgrin forums.
Comments