Front page issue

Discussion in 'ColorWay WordPress Theme' started by n0limit88, Dec 22, 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 picture. Word Press was updated and it completed changed the font size on the front page. How do I change the font size on these areas that are shown in the picture attached.

    Thanks
     

    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:
    #content .one_fourth h3 {
    font-size: 30px;
    }
    #content .one_fourth p {
    font-size: 20px;
    }
    Thanks & Regards
    Pramod
     
  3. n0limit88

    n0limit88 Member

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

Share This Page