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*

Reply To: Customising Post elements

#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.