How to remove all post meta data from Butterbelly?

Discussion in 'ButterBelly WordPress Theme' started by rambler, Jul 17, 2017.

  1. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    I would like to remove the author, date and category from blog posts. Is there a simple way to do this?
    tried adding the code below to custom CSS but it did not work.
    .feature_blog_content ul li .post_meta {
    display: none;
    }
    Thanks in anticipation
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To the author, date and category from blog posts, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature_blog_content .post .post_content {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    Hi Akbar
    Thank you for your reply.
    I applied it but it has not worked.
    I do not want the author, date or category to show on the blog posts.
    below is all the code added to the custom CSS section. Do you think there is a conflict?

    .feature_blog_content .post .post_content {
    display: none;
    }

    .feature_mid_content {

    display: none!important;

    }
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    It would be better for us to understand your query with the help of some edited screenshots.
    Please share some screenshots of the concerned areas of your site.

    So that we can deliver you an exact and appropriate solution to you,

    Looking forward to hearing from you soon.

    Thanks & Regards!
    Akbar
    InkThemes.com

    PS: You can create your screenshots using screenpresso (http://www.screenpresso.com).
     
  5. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    Hi
    I would like to remove the items circled in red shown on the screenshot.
    Thanks
    [​IMG]
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

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

    Code:
    .post_content ul.post_meta {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  7. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    Yes! That worked.
    Thanks for all your help.
     
  8. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    You are most Welcome!

    Always feel free to ask your queries at our support forum:

    http://inkthemes.com/community/

    We would be glad to assist you...

    Have a nice day!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page