Hintergrund auf einer Kategorie-Seite anwenden

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!

1 „Gefällt mir“

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.

5 „Gefällt mir“

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!

1 „Gefällt mir“

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 :slight_smile: