Hi! I would like to remove the following from this page: http://sarawackerapr.com/gallery_post/ • Blog Archives from the top of the page • all of the post details: author, date, comments and tags. Thank you! Chassie
Hi Chassie, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: h1.page_title.single-heading { display: none !important; } ul.post_meta { display: none !important; } Thanks, Praveen
Thank you! Can you also provide the code to remove the magnifying glass and the notepad icon on either side of the photos? Thanks!
Hi Chassie, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: span.zoom { display: none !important; } i.fa.fa-file-text { display: none !important; } Thanks, Praveen