Jens Ewald
asked 9 years ago

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
DominicStaff
answered 9 years ago

You can add the following code to the style.css file:

.section-blog .thumbnail .meta { display: none; }
.modal-data { display: none; }

Regards,

Powered by DW Question & Answer Pro