Yes, it works - thank you a lot for helping so quickly!
May I ask a further (and last) question? Reading this code I also figured out how to remove the archive title on the archive pages with this code:
.archive-title {
display: none;
}
Is there also an option only to remove the term "category archive " and "tag archive" from the title on the archive pages and to keep the respective name of the category or tag? Example would be: "Antipasti" instead of "Category archive: Antipasti".
Thanks in advance for an advice!