Blog excerpt page-Blog title color/size

Discussion in 'ColorWay WordPress Theme' started by smanning, Feb 5, 2013.

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

    smanning New Member

    Joined:
    Aug 27, 2012
    Messages:
    2
    Likes Received:
    0
    On the blog excerpt page, how to I change the title color and size?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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:
    .content-wrap .blog ul.blog_post li h2 a{
    color:red!important;
    font-size:20px;
    }
    Inplace of "red" put your color code.
     
  3. smanning

    smanning New Member

    Joined:
    Aug 27, 2012
    Messages:
    2
    Likes Received:
    0
    Perfect! Thank you!
     
Thread Status:
Not open for further replies.

Share This Page