remove blog author and bubbles image of page names/breadcrumbs

Discussion in 'Traffica WordPress Theme' started by suzypow, Dec 9, 2013.

  1. suzypow

    suzypow Member

    Joined:
    Dec 28, 2011
    Messages:
    60
    Likes Received:
    1
    Hello

    How do you remove the line off posts about blog author/comments off etc

    Also

    How to remove the container for the page title and breadcumbs - it looks like pink bubbles and I prefer it to be clear

    THANKS a million
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .content-bar .post .post_meta {
    display: none;
    }
    .page_heading_container .page_heading_content {
    display: none;
    }
    .page_heading_container {
    background: none;
    }
    This will solve your issue.
     

Share This Page