Increase Text Size and make Bold in Home Page Tagline and Sub Tagline

Discussion in 'Compass WordPress Theme' started by niallg, Feb 1, 2015.

  1. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    I would like to be able to increase the text size and also make the text Bold.

    Regards

    Niall
     
  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:
    .f_feature p {
      font-size: 16px;
      font-weight: 500;
    }
    .f_feature h2 {
      font-weight: 500;
    }
    
    Thanks & Regards
    Pramod
     

Share This Page