How can I change the appearance of the blog (content)?
I whould like to deactivate the display of the category. So only the picture and the Blog Title should appear on the side.
Also I whould like to deactivate the display of the category, date and author on the popup. The popup should only display the blog titel, the picture and the blog text.
Thanks and best regards
Jens
1 Answers
You can add the following code to the style.css file:
.section-blog .thumbnail .meta { display: none; }
.modal-data { display: none; }
Regards,
Please login or Register to submit your answer