Comment boxes creating problems on blog title page and shadowed words are hard to read.

Discussion in 'BizWay WordPress Theme' started by coryd344, Dec 19, 2012.

  1. coryd344

    coryd344 New Member

    Joined:
    Jul 2, 2012
    Messages:
    8
    Likes Received:
    0
    How do I get rid of the little comment box on my blog titles page, For bizway pro theme. My site is MotoNewEngland.com/wordpress2013 its under news section you'll see titles are cut off by the block. Also the wording is shadowed on that same page making it hard to read. I'd like to make it Black unshadowed font.
     
  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:
    .content-bar .post .post_meta .post_comment {
    display: none;
    }
    .content-bar .post .post_content {
    text-shadow: none;
    }
    .content-bar {
    padding-left: 10px;
    }
    .content-bar .post .post_title a {
    text-shadow: none;
    }
    This will solve your issue.
     

Share This Page