Remove comments and tags

Discussion in 'Blackriders WordPress Theme' started by mschultz33, Mar 9, 2015.

  1. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
    Hi how do I remove users being able to comment and also see my tags on posts I make?
     

    Attached Files:

  2. praveen

    praveen Support Staff

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

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

    Code:
    div#commentsbox {
    display: none !important;
    }
    Thanks,
    Praveen
     
  3. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
    That got rid of the comment section, but what about the tags still showing?
     
  4. sameerwalkar

    sameerwalkar Guest

    Hello,

    Could you please send us your site Url or an edited screen shot to guide you accordingly.

    Regards,
    Sameer
     
  5. mschultz33

    mschultz33 Member

    Joined:
    Jan 13, 2015
    Messages:
    62
    Likes Received:
    0
  6. sameerwalkar

    sameerwalkar Guest

    Hi,

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

    Code:
    .tag {
      display: none;
    }
    Regards,
    Sameer
     

Share This Page