Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: ul.post_meta { display: none; } Thanks & Regards Gourav Shrivastava
Thanks. I have a follow-up question: How do I add more space between the search results? Also, can I move the "Read More" to the right side of the search result paragraphs?
Hello, For more space open "loop.php" and add </br> tag as shown in the image attached. To change read more position Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS .content-bar .post .post_content .read_more { float: right; } Thanks & Regards Nitesh Raghuwanshi