Hide category and comments off

Discussion in 'SpotMoto WordPress Theme' started by deveshd, Oct 15, 2014.

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

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    How do I hide the category, lines above and under and "comments off" from my blog posts? See screenshot below.
    Screen Shot 2014-10-15 at 10.48.31 AM.png
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    ul.bpost-meta {
    display: none;
    }
    Thanks & Regards
    Pramod
     
    smith likes this.
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Thanks but I still see the previous and next, how do I hide that? See screenshot.
    Screen Shot 2014-10-17 at 12.06.04 PM.png
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    nav#nav-single {
    display: none;
    }
    Thanks & Regards
    Pramod
     
  5. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page