Blog title font size too small

Discussion in 'BizWay WordPress Theme' started by tekkentim, Feb 19, 2013.

  1. tekkentim

    tekkentim Guest

    Joined:
    Mar 31, 2012
    Messages:
    29
    Likes Received:
    0
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    The code you have added in custom css
    Code:
    .content-bar a{
    color: rgb(161, 41, 115);
    font-size: 12px;
    font-weight: bold;
    }
    Is creating this issue. Remove that code completely or just increase in "font-size: 12px;".

    And for color
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar .post .post_title a {
    color: your color value;
    }
    It will resolve your issue.
     

Share This Page