Home page feature Text change font size

Discussion in 'ColorWay WordPress Theme' started by cammua, Apr 16, 2015.

  1. cammua

    cammua New Member

    Joined:
    Feb 28, 2013
    Messages:
    9
    Likes Received:
    0
    I have gone through all the threads and tried different ways but I can not change the font
    which seems to be 32 to 20

    www.cammuamakeupschool.com can you please help
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey, Cammua!

    please paste the code given below in custom css section
    (appearance -> theme options -> styling options -> custom css) of your dashboard.
    Code:
    div#content .columns .one_fourth h3 a {
      font-size: 30px !important;
      line-height: 0;
    }
    Thanks,
    Praveen
     

Share This Page