Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1411359

    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!

    #1411564

    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:
    Enfold_Support_2429.jpeg
    To show more information try adding it to the Product short description below the product data:
    Enfold_Support_2431.jpeg
    the expected results:
    Enfold_Support_2433.jpeg
    By default the sidebar widgets are shown below the product images:
    Enfold_Support_2435.jpeg
    To show the sidebar on the right side like in posts try this solution.
    Enfold_Support_2437.jpeg
    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%;
    }

    the expected results:
    Enfold_Support_2439.jpeg

    Best regards,
    Mike

    #1412181

    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 …

    #1412204

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce single product design and sidebars’ is closed to new replies.