How to remove date, post by and category from the post?

Discussion in 'ButterBelly WordPress Theme' started by designstouch, Aug 18, 2015.

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

    designstouch Member

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

    How can I remove the date, post by and category from post underneath the title form all of the post?

    Thank you,
     

    Attached Files:

  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

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

    Code:
    .feature_blog_content ul li .post_meta {
            display: none !important;
    }
    
    Hope it will resolve your issue.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. designstouch

    designstouch Member

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

    The code you provided did not work. Could you please look in to it.

    Thanks!
     
  4. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Nitin,

    How can I remove all of the post meta data form all of the post including the home page bottom blog.
    Also,

    How can I remove the comments are closed at the bottom of the post?
    How can I remove "off" form the home page blog post image located at top right corner of every post image?

    Thank you,
     
  5. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    • Regarding the removal of post meta :-
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature_blog_content ul li .post_meta {
           display: none !important;
    }
    
    • Regarding the removal of comment
    Please follow the screenshot given below.

    add cmnt.png
    • Regarding the removal of image
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_blog_content ul li .post_image .post_comment {
            display: none !important;
    }
    
    Hope it will resolve your issue
    Thanks & Regards!
    Nitin
    InkThemes.com
     

    Attached Files:

  6. designstouch

    designstouch Member

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

    Below is the code that took care of the date, author etc, from the post the code you provided did not work.

    .post .post_meta {
    display: none !important;
    }

    The code you provided took care of the home page and the "off" image however, the "comments are closed" text still shows up in the post and in the category all of the listed post still shows up the "off" on the top right corner. Please help.

    Thank you,
     
  7. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    No need to worry, we are always ready with the helping hand.:)

    We need your dashboard access to figure out this issue.

    Please send us your website dashboard login details at [email protected] along with the thread link.

    We will do it for you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  8. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    I have just visited your dashboard and have made changes according to your requirement.

    Hope it solves your issue.

    Kindly check it, and let me know.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  9. designstouch

    designstouch Member

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

    Thank you so much for awesome support.
    I'm Loving It!

    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page