As you can see (http://healthysoultv.ginakeatley.com/crew/) the gallery font is huge and I ahve no idea how to change the font size. In the css style sheet it is listed as 12px, it is clearly not. There must be something in the theme overriding this setting. How do I change it to make the text smaller??
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: p { font-size: 12px; } You can change the value of "font-size" as per your requirement. This will solve your issue.