Need to change font size in posts

Discussion in 'ColorWay WordPress Theme' started by christinmarie7, May 12, 2013.

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

    christinmarie7 New Member

    Joined:
    May 11, 2013
    Messages:
    6
    Likes Received:
    0
    For some reason, my font size is all messed up in the posts on my site (the bulleted list is huge and the rest of the text is way too small). How do I make all of the text in the post the same size? See example screen shot.

    My site is veggiechick.com.

    Thanks!
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Go to js > custom.js present in your theme directory and remove the code given below.

    Code:
    //Cufon replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');    
    Now,

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

    Code:
    h1,h2,h3,h4,h5,h6,a{
    font-family:symbol ! important;
    }
    p{
    font-family:symbol!important;
    }
    Inplace of "symbol" put your font type.

    This will solve your issue.
     
  3. christinmarie7

    christinmarie7 New Member

    Joined:
    May 11, 2013
    Messages:
    6
    Likes Received:
    0
    I did exactly as you said but it didn't work. Is there something else I need to do? Thank you.
     
  4. christinmarie7

    christinmarie7 New Member

    Joined:
    May 11, 2013
    Messages:
    6
    Likes Received:
    0
    I sent you an email with login information. THANKS!
     
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  6. christinmarie7

    christinmarie7 New Member

    Joined:
    May 11, 2013
    Messages:
    6
    Likes Received:
    0
    Thanks so much!
     
Thread Status:
Not open for further replies.

Share This Page