badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

hide “by Author” and “comments count” at posts

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #87285
    Henny
    Participant

    Hi,

    I tried a lot, but none of the CSS codes I found on the forum (sometimes for other themes) worked.
    Can you give me the right solution to get rid of the “by author” and the “comments count” at the top of of my posts?
    Thanks,
    Henny

    #87371

    Hi Henny,

    To hide the by author and comment meta just go to Appearance > Customize > Design Option > Custom CSS and paste the below custom css code:

    .entry-meta .by-author,
    .entry-meta .comments  {
        display: none;
    }

    Thank you!

    #87380
    Henny
    Participant

    Hi,

    Unfortunately the code is not working..

    #87426

    Hello Henny,

    Can you please share us your site Url? So that we can check the problem.

    Thank you!

    #87459
    Henny
    Participant
    #87493

    Hi Henny,

    We can not see those custom CSS code.
    Can you please add above custom CSS code so that we can check into your site.

    Thank you!

    #87512
    Henny
    Participant

    Hi,

    The CSS code has been added. But ‘by Author’ and ‘number of comments’ are still visible.

    #87628

    Hello Henny,

    You have placed the code inside below media screen:

    @media only screen and (max-width: 736px) { which will hide only in max screen size 736px.

    So, please add the close curly bracket } above .entry-meta .by-author, so that the metas hide in all the screen size.

    Thank you!

    #87633
    Henny
    Participant

    You are right! Thanks for your support! Everything is fine now.

    #87677

    Welcome anytime Henny

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.