Hallo in die Runde!
Ich habe ein neues Enfold mit Woocommerce und germanized aufgesetzt.
Ich würde gerne am Design der Produktseite arbeiten.
Kann ich die Schriftgröße und Farbe vom Preis ändern?
Wernn ja, wie?
Ich würde zu gerne noch ein paar Shop-Vorteile und Bezahl-Methoden anzeigen.
Geht das oberhalb der Beschreibung irgendwie?
Ich könnte mein Prob auch irgendwie mit einer Sifebar lösen.
Aber die voreingestellte linke Sidebar bietet mir nur einen ganz schmalen Streifen, da wird alles ganz klein, ich habe da plötzlich nur 20% der Bildbreite und keine Ahnung, warum.
Eine Alternative wäre die Sidebar rechts.
Das geht theoretisch über den erweiterten Layout-Editor.
Aber, wenn man da Sidebar rechts einstellt, ist bei mir Produktbild, Preis usw. verschwunden.
Gibt es da eine funktionierende aktuelle Lösung?
Danke!
Hey germanvoice,
Thanks for your patience, to change the font color and size of the price try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top.single-product .price span {
color: red;
font-size: 18px;
}
the expected results:
To show more information try adding it to the Product short description below the product data:
the expected results:
By default the sidebar widgets are shown below the product images:
To show the sidebar on the right side like in posts try this solution.
but it will make the image smaller because ther is less room, you could make the product page full width with this css:
.responsive #top.single-product .container_wrap_first > .container {
max-width: 100%;
}
Best regards,
Mike
Thank You very much.
Die Sache mit dem Prei ist cool.
Das mit der Kurzbeschreibung genial.
Die Sache mit der Sidebar rechts hatte ich inzwischen selbst anders gelöst …
Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike