I was able to remove prices yet not titles; and I have an image I would like to add as an background.
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.
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?