sidebar font and format

Discussion in 'Andrina WordPress Theme' started by yarntreestudio, Mar 29, 2013.

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

    yarntreestudio New Member

    Joined:
    Mar 18, 2013
    Messages:
    2
    Likes Received:
    0
    Is it possible to make the font smaller for the sidebar titles? Also, can I add divider lines b/t the different widgets in the sidebar?

    http://yarntreestudio.com/blog

    Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .sidebar h4 {
    font-size: 13px;
    border-top: 1px solid red;
    padding-top: 3px;
    }
    This will solve your issue.
     
  3. yarntreestudio

    yarntreestudio New Member

    Joined:
    Mar 18, 2013
    Messages:
    2
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page