EDIT TEXT IN HOME PAGE FEATURE SETTING

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 edit the text in the Feature headings, and the Feature Descriptions.

    Regards

    Niall
     
  2. Pramod

    Pramod Guest

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

    You can set/edit from
    Appearance=>Theme Options=> Home Page Feature Setting

    Thanks
    Pramod
     
  3. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    Thanks Pramod,
    what I meant was how to change the Font or make the text Bold ?
    Regards
    Niall
     
  4. 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:
    .feature-content .feature-content-inner h2 {
      font-size: 30px;
      font-weight:400;
    }
    .feature-content .feature-content-inner p {
      font-size: 20px;
      font-weight: 400;
    }
    
    Please change according to your requirement.

    Thanks & Regards
    Pramod
     

Share This Page