How to change font size in a gallery

Discussion in 'Subscribely v2 WordPress Theme' started by ginakeat, Feb 17, 2014.

  1. ginakeat

    ginakeat New Member

    Joined:
    Feb 4, 2014
    Messages:
    1
    Likes Received:
    0
    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??
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     

Share This Page