Hallo zusammen!
Ist es möglich, ein Hintergrundbild nur für eine Kategorien-Seite hinzuzufügen? Damit die Themen in der Kategorie weiterhin einen weißen Hintergrund haben?
Danke!
Hallo zusammen!
Ist es möglich, ein Hintergrundbild nur für eine Kategorien-Seite hinzuzufügen? Damit die Themen in der Kategorie weiterhin einen weißen Hintergrund haben?
Danke!
Yes, you can achieve this using CSS.
If you inspect the source of the category pages you should see the body tag has the class ‘categories-list’. If you want to show different backgrounds on different category pages you would target both categories-list and the per-category class.
Thanks for your reply. I will try, but it would be nice to have a menu option? To either apply background pic to all topics or only to the category page. Thanks!
I’m trying to find what @Stephen mentioned in this category-page: ESPAÑA - El Foro Viajero | Foro de viajes
body.category-espana {
background-image: url(/uploads/db2769/original/1X/de5283a….jpeg);
}
I don’t understand which is the categories-list css. If you could let me know which code should i add it would be really helpful as my CSS knowledge is still progressing 