Ich möchte in Symmetry die Breadcrums in der mobilen Version sichtbar machen und finde nicht die entsprechende Code-Stelle bzw funktionieren meine Experimente nicht. Was muss ich einfügen und wo, damit es auch am Handy auftaucht?
Danke
Ich möchte in Symmetry die Breadcrums in der mobilen Version sichtbar machen und finde nicht die entsprechende Code-Stelle bzw funktionieren meine Experimente nicht. Was muss ich einfügen und wo, damit es auch am Handy auftaucht?
Danke
@_Antonia_1 Can you please provide the URL of your store and if it is password protected please share the password too. Thanks
Hi @_Antonia_1
Could you share your store URL so I can check?
Hi Dan, its not online yet. Does a picture of the code help?
@_Antonia_1 You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of main.css file.
.desktop-only.not-in-quickbuy{
display: block !important;
}
Thank you very much, that works! But unfortunatly it takes quite some space. I found a solution with Chat GPT for a version that is swipable and just takes one line instead of 3 at product level. But thank you very much for your kind help!