MD Belal
asked 4 years ago

I want to remove The Comments Tag from My homepage and Post Page
 

I am Currently Using Additional CSS FOllowed Instruction From Another Thread ( https://www.designwall.com/question/how-to-remove-author-category-and-date-from-all-posts/)

.entry-meta .byline, .entry-meta .cat-links { display: none; }
.entry-meta .posted-on { display: none; }


(my site: https://sernukers.com/)

1 Answers
DominicStaff
answered 4 years ago

You can use the following code:

footer.entry-meta { display: none; }
sernukers
replied 4 years ago

Its gone now. Thanks a Lot Brother. Cheers!!

Powered by DW Question & Answer Pro