-
AuthorPosts
-
March 12, 2016 at 5:30 pm #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/March 14, 2016 at 6:20 am #597543Hey 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,
RikardMarch 14, 2016 at 12:24 pm #597675Thank 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/
March 17, 2016 at 12:07 pm #599546Hi!
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ünterMarch 19, 2016 at 8:36 pm #600742Thank you, it works!!!
March 19, 2016 at 9:37 pm #600751Hey!
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,
BasilisNovember 1, 2017 at 1:01 pm #871188Hello, 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 RegardsNovember 2, 2017 at 5:14 am #871532Hi Bergblume,
Could you post a link to an example page so that we can have a closer look please?
Best regards,
RikardNovember 2, 2017 at 6:24 pm #871798Hi 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
November 3, 2017 at 11:22 am #872092Hi,
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ünterNovember 3, 2017 at 3:28 pm #872188Hallo 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
CarmenNovember 4, 2017 at 12:52 pm #872486Hi,
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ünterNovember 5, 2017 at 8:11 pm #872797Hätte ich eigentlich auch schon gesendet dachte ich…
Hier nocheinmal…November 5, 2017 at 8:14 pm #872802Ach nein.. sorry. Authentifizierung…
November 6, 2017 at 12:11 pm #872989Hallo 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ünterNovember 6, 2017 at 9:08 pm #873341Hallo Günter,
das ist sehr schade.
Aber trotzdem danke für Deine Bemühung.
LG. CarmenNovember 7, 2017 at 12:39 pm #873631 -
AuthorPosts
- The topic ‘woocommerce change price position’ is closed to new replies.