Change font size in pages

Discussion in 'Dzonia WordPress Theme' started by saragh, May 28, 2013.

  1. saragh

    saragh New Member

    Joined:
    Mar 4, 2013
    Messages:
    3
    Likes Received:
    0
    Hi,
    I would like to change the font size of the paragraphs, but only on the pages (i.e., not the footer, nor the main page). Is it possible?
    Thanks in advance!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .content_wrapper p {
    font-size: 15px;
    }
    In place "15px" you can put your font-size.
    This will solve your issue.
     

Share This Page