Change Text to Bold

Discussion in 'Harrington- A WordPress Business Theme.' started by niallg, Oct 7, 2014.

Thread Status:
Not open for further replies.
  1. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    how do I Change Font to Bold
    For home page main heading
    1st Feature Heading
    1st Feature Description

    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:
    .feature_inner_box.first h6
    {
    font-weight:bold;
    }
    .feature_inner_box.second h6
    {
    font-weight:bold;
    }
    Thanks & Regards
    Pramod
     
  3. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    Thanks Pramod,
    but I also need how to change font to bold for home page main heading and 1st Feature Description.
    Thanks
    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_inner_box.first p{
    font-weight: bold !important;
    }
    .page_info h1 {
    font-size: 40px !important;
    font-weight: 900;
    }
    Thanks & Regards
    Pramod
     
  5. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    Thanks yet again Pramod.

    Regards
    Niall
     
Thread Status:
Not open for further replies.

Share This Page