BizWay: Unwanted changes to Posts

Discussion in 'BizWay WordPress Theme' started by gsigman, May 11, 2015.

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

    gsigman New Member

    Joined:
    Aug 7, 2012
    Messages:
    8
    Likes Received:
    0
    I alway turn off comments in my posts. I would like to eliminate the Chat Balloon entirely. Instead that area is even worse and is interfering with the body copy area:
    Screenshot 2015-05-11 11.01.21.png

    I changed nothing but the previous post looks like this:

    Screenshot 2015-05-11 11.01.05.png

    BTW, I could do without the right hand column entirely too. How is that accomplished? It's easy in Pages but no Post options seems to give me what I want
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard:

    Code:
    .content-bar .post .post_meta .post_comment {
      background: none;
    }
    .content-bar .post .post_meta .post_comment a {
      display: none;
    }
    Hope it will solve your issue.
     
  3. gsigman

    gsigman New Member

    Joined:
    Aug 7, 2012
    Messages:
    8
    Likes Received:
    0
    That got rid of the chat balloon but there is still unwanted text between the title and the search box Screenshot 2015-05-12 10.10.11.png
    that formally did not appear in posts: "Comme - Off- on..." etc
     
  4. sameerwalkar

    sameerwalkar Guest

    Hello,

    Kindly provide your site URL.
     
  5. gsigman

    gsigman New Member

    Joined:
    Aug 7, 2012
    Messages:
    8
    Likes Received:
    0
  6. sameerwalkar

    sameerwalkar Guest

    Hello,

    Kindly apply the below CSS:

    Code:
    .post_meta li.post_comment {
      display: none !important;
    }
    Hope it will solve your issue.
     
  7. gsigman

    gsigman New Member

    Joined:
    Aug 7, 2012
    Messages:
    8
    Likes Received:
    0
    Thank you, that did it.
     
Thread Status:
Not open for further replies.

Share This Page