CSS to modify post

Discussion in 'ClassiCraft WordPress Theme' started by amaconline, Oct 5, 2013.

  1. amaconline

    amaconline Member

    Joined:
    Feb 17, 2013
    Messages:
    217
    Likes Received:
    6
    Hi,

    I would like to modify the post's header that displays on the index.php. I would like them to be a bit more bolder and clear. Please kindly provide the CSS style solution for that.

    Thank you.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .contents h6 a {
    color: your color value;
    font-weight: bold;
    }
    
     

Share This Page