Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #597228

    Hello I want to change the position of the price and make it a little bigger?
    Is this possible with CSS ?
    My site is http://zournatzidis.gr/

    #597543

    Hey pannosk,

    That should be possible yes, where would you like to move it to? A screenshot highlighting your intentions might help us understand better.

    Best regards,
    Rikard

    #597675

    Thank you I want to put the price bellow the description and to make the font it a little bigger. Printscreen http://postimg.org/image/lit1i3hmh/

    #599546

    Hi!

    Thank you for coming back.

    Please add following code to Functions.php file of your child theme (or parent theme, if not using a child theme)- you can use Dashboard -> Appearance > Editor:

    
    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 29 );
    

    This should move the price above the “Add to Cart” aerea.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the value as needed:

    
    .single-product .single-product-summary .price span {
        font-size: 25px !important;
    }
    

    Best regards,
    Günter

    #600742

    Thank you, it works!!!

    #600751

    Hey!

    Happy we could help you out.
    Btw, If you have a moment, I would very much appreciate if you could quickly rate our theme, which wiII heIp us keep the deveIopment.

    We really appreciate your feedback and input and again, thanks a lot for using our theme!

    Regards,
    Basilis

    #871188

    Hello, how can i change the position of the price and add-to-card-button on a bundled product page (i use product bundle extension)?
    I want to put it on the top below the title.
    Best Regards

    #871532

    Hi Bergblume,

    Could you post a link to an example page so that we can have a closer look please?

    Best regards,
    Rikard

    #871798

    Hi Rikard,
    the site is currently still on localhost.
    On the single-page i try the code from Günter and it works fine.
    But on the bundeled page, the price and add-to-cart-button stays unter the prodct-list…
    Is it possible to send screenshots?

    Best Regards

    #872092

    Hi,

    The product bundle extension is not a free plugin and we do not have access to it. We would like to help you if it can be solved with CSS if we get access to the site. Maybe you can set up a small example site that shows the problem and we can get access to this site.

    Best regards,
    Günter

    #872188

    Hallo Günter,
    ich glaube mit Dir kann ich in deutsch kommunizieren… !?

    Danke für Deine Hilfe!
    Ich habe die Website jetzt online gestellt, damit wir das Problem besser bearbeiten können.
    Unter Produkte findest Du die Kategorie »Album« und hier »Liquid Gold Album«.

    Die gewünschte Reihenfolge in der Ansicht wäre:
    – Titel vom Album
    – Warenkorb Button
    – Preis
    – dann die Produkt Kurzbeschreibung vom Album ! (…die steht jetzt auch noch unter der Single Auflistung)
    und danach die Auflistung der Singles !

    Dein Code für die Single-Seite funktioniert gut,
    es wäre super, wenn Du hierfür auch eine Lösung hast!
    Vielen Dank im Voraus.

    Herzliche Grüße
    Carmen

    #872486

    Hi,

    Danke für Deine Rückneldung. Leider komme ich nicht auf die Seite. Es erscheint ein Authentifizierungsfenster Popup und die Logindaten oben gehen für dieses Fenster nicht.

    Könntest Du dies bitte prüfen?

    Best regards,
    Günter

    #872797

    Hätte ich eigentlich auch schon gesendet dachte ich…
    Hier nocheinmal…

    #872802

    Ach nein.. sorry. Authentifizierung…

    #872989

    Hallo Carmen,

    @Bergblume

    Also nur mit CSS lässt sich da leider nichts machen. Man könnte versuchen, mit Javascript Elemente zu verschieben, das ist aber ein unsauberer Hack.

    Besser wäre es, man kann schon im PHP code mit Filter arbeiten könnte. Das fällt aber unter Customization und liegt nicht mehr im Rahmen des Support Forums. Obendrein haben wir das Plugin nicht, d.h. ich kann nicht einmal sagen, ob es möglich ist und wie lange so eine Modifikation dauern würde.

    LG,
    Günter

    #873341

    Hallo Günter,

    das ist sehr schade.
    Aber trotzdem danke für Deine Bemühung.
    LG. Carmen

    #873631

    Hi Carmen,

    Tut mir leid, dass wir in diesem Fall nicht weiterhelfen konnten.

    Trotzdem viel Freude noch mit dem Theme. Gerne stehen wir für bei weiteren Problemen zur Verfügung – einfach einen neuen Thread eröffnen.

    Best regards,
    Günter

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘woocommerce change price position’ is closed to new replies.