Category Post Titles

Discussion in 'Infoway WordPress Theme' started by chelsea15, Mar 14, 2015.

  1. chelsea15

    chelsea15 New Member

    Joined:
    Oct 12, 2014
    Messages:
    11
    Likes Received:
    0
    How can I delete the light gray bars under the titles on my category post pages?
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Chelsea15!

    Could you please provide us URL of your website along with some edited screenshot of your issue?

    Thanks,
    Praveen
     
  3. chelsea15

    chelsea15 New Member

    Joined:
    Oct 12, 2014
    Messages:
    11
    Likes Received:
    0
    Hi my theme is still in production mode. Here is a screen shot of the post page with the gray bar. Actually I would also like to remove the gray bar on the static pages as well. happyTails-screenshot.jpg
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Chelsea15!

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

    Code:
    .page-heading {
      background: none;
    }
    Thanks,
    Praveen
     

Share This Page