How do I "Bold" the heading in the Home page Blog area

Discussion in 'Harrington- A WordPress Business Theme.' started by robnog, Jun 14, 2016.

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

    robnog New Member

    Joined:
    Aug 20, 2014
    Messages:
    23
    Likes Received:
    0
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_blog_content .post .post_date {
        display: none;
    }
    .feature_blog_content .post .post_title a {
        font-weight: bold;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. robnog

    robnog New Member

    Joined:
    Aug 20, 2014
    Messages:
    23
    Likes Received:
    0
    perfect!
     
Thread Status:
Not open for further replies.

Share This Page