Change Font Size for Recent Entries

Discussion in 'Cloriato WordPress Theme' started by jessicalynn83, Jun 20, 2014.

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

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Hello,

    If possible I'd like to make the font for the list of recent journal entries bigger. It feels tiny, and I'd like to set it a larger font so that it's easier to read. Is it possible to set it to Header 4 rather than Paragraph style?

    http://www.jessicazimmer.com/journal/

    Thank you,
    Jessie
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
     .sidebar li a, .sidebar a {
    font-size: 16px;
    }

    Thanks & Regards
    Gourav Shrivastava
     
    jessicalynn83 likes this.
  3. jessicalynn83

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Gourav,

    That worked perfectly. Thank you!

    - Jessie
     
Thread Status:
Not open for further replies.

Share This Page