Change font size

Discussion in 'ColorWay WordPress Theme' started by n0limit88, Dec 23, 2014.

Thread Status:
Not open for further replies.
  1. n0limit88

    n0limit88 Member

    Joined:
    Nov 26, 2014
    Messages:
    45
    Likes Received:
    0
    I have attached a photo of the font area I need to change in size. I need to reduce the size of the font on the contact us page area as pictured in the file uploaded.
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page-template-contact-php .sidebar .textwidget p {
    font-size: 15px;
    }
     
    .page-template-contact-php .sidebar h2 {
    font-size: 25px;
    }
    Thanks & Regards
    Pramod
     
  3. n0limit88

    n0limit88 Member

    Joined:
    Nov 26, 2014
    Messages:
    45
    Likes Received:
    0
    thank you
     
Thread Status:
Not open for further replies.

Share This Page