Remove prod. titles from featured collection dawn 2.0 and add no repeat BG image throughout store

Topic summary

Dawn 2.0 Store-Design-Thema: In einer Featured Collection sollen Produkttitel (Product titles) ausgeblendet werden; außerdem wird gefragt, wie ein durchgängiges Hintergrundbild (BG image) für den gesamten Shop gesetzt werden kann.

Aktueller Stand:

  • Preise konnten bereits entfernt werden, aber die Produkttitel nicht.
  • Als Lösung zum Ausblenden der Produkttitel wird ein CSS-Snippet für die Datei theme.css vorgeschlagen: h3.card-information__text.h5 { display: none; }.

Offene Punkte:

  • Es gibt noch keine konkrete Anleitung/Code, wie ein globales Hintergrundbild im Theme gesetzt wird; die Frage dazu bleibt unbeantwortet.
Summarized with AI on February 26. AI used: gpt-5.2.

I was able to remove prices yet not titles; and I have an image I would like to add as an background.

To hide product tile add this css on theme.css file

h3.card-information__text.h5 {
    display: none;
}

do you know how to add a main background?