How to remove post by, date and category and the comments section?

Discussion in 'Smartbooking-Appointment Booking WordPress Theme.' started by designstouch, Nov 10, 2015.

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

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Hi Support Team,

    Happy Diwali!!

    How can i remove post by, date, category and comments images from the top of the post?
    Also, How can I remove "Leave a comment" text line form the bottom of the post?

    Please see the attachment.

    Thank you!
     

    Attached Files:

  2. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    I took care of the the post data section.
    .meta-content {
    display: none;
    }

    However still need to remove the "Leave a comment line.
     
  3. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Thanks for your Diwali wish:)

    You are absolutely right with your above code to remove meta section.

    And to remove "Leave a comment", you just need to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    span.comments-link {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  4. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Thank you Priya,
    Sal Mubarak!!
     
Thread Status:
Not open for further replies.

Share This Page