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*

Customising Post elements

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #59400
    #59462

    Hi Yiannos,

    You have to add below custom CSS code to hide the meta elements from the post single page. Just go to Appearance > Customize > Additional CSS then paste the below CSS code and click on save button

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

    Thank you for using our theme.

    #61541
    adriana1
    Participant

    Hello, I also wanted to solve this same issue.
    I would not like to show “Author”, “Date” and “Other Categories”) neither in the “Home” nor in the “Post”.

    I used the CSS that you report, but I did not get any results.

    I thank you from now on!

    #61563

    Hi @adriana1,

    You have to add below custom CSS code to hide the meta elements from the post and home (blog) page. Just go to Appearance > Customize > Additional CSS then paste the below CSS code and click on save button

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

    Thank you for using our theme.

    #61586
    adriana1
    Participant

    Now it worked
    Thank you!
    Great theme!

    #61601

    Welcome anytime @adriana1

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