Font size on homepage

Discussion in 'Regal WordPress Theme' started by blackdog2020liz, May 8, 2014.

  1. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    How can I make the font on the home page bigger?

    Many thanks
    Liz
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    div.content p {
    font-size: 20px;
    }
     
    div.content h1 {
    font-size: 30px;
    }
     
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page