Hi;
I need to remove some parts on my articles. There are 4 area I don't want.
1-Social Media Share Buttons
2-Tags and categories names
3-Author name which is end of the page
4-Comment area
How can I remove them. I couldn't find.
Example page is below;
You can see that areas easily. I used red rectangles.
Thanks a lot
;;)
Comments
Share Box, can be removed under Theme options > Blog, Portfolio & Shop > General section but the whole rest, you can remove with extra css:
.single-post .post-meta { display: none !important; }.single-post .author-box { display: none !important; }
.post-meta .author-date .author { display: none !important; }