Home / Forums / WoodMart support forum / Edit product page
Home › Forums › WoodMart support forum › Edit product page
Edit product page
- This topic has 7 replies, 2 voices, and was last updated 1 year, 3 months ago by
Hung Pham.
-
AuthorPosts
-
March 27, 2025 at 5:31 am #649365
fabionasciiParticipantHello, I would like to reduce the old value, leaving it above the discounted value. And I would also like to align all the items to the left. I can’t do it.
Even applying the css when refreshing the page something stands out in my code
Attachments:
You must be logged in to view attached files.March 27, 2025 at 12:10 pm #649490
Hung PhamParticipantHi fabionascii,
Thanks for reaching to us.
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Regards,
March 27, 2025 at 3:20 pm #649582
fabionasciiParticipantSend to yout.
March 28, 2025 at 8:50 am #649757
Hung PhamParticipantHi fabionascii,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.woo-custom-installments-group-main-price { display: flex; flex-direction: column; } span.woo-custom-installments-price.original-price.has-discount, span.woo-custom-installments-price.original-price.has-discount .amount{ font-size: 15px !important; }Kind Regards
March 28, 2025 at 3:02 pm #649903
fabionasciiParticipantHi, Hung.
It worked, thanks!
I have one more questions, I’m trying to insert a “justify-items: left;”
to align all content to the left, but when I update it doesn’t apply.March 31, 2025 at 7:30 am #650264
Hung PhamParticipantHi fabionascii,
Thanks for your patience.
Please remove above Custom CSS and use below one:
div.woo-custom-installments-group-main-price { display: flex; flex-direction: row; align-items: center; } span.woo-custom-installments-price.original-price.has-discount, span.woo-custom-installments-price.original-price.has-discount .amount{ font-size: 15px !important; }Regards,
April 4, 2025 at 9:07 pm #651854
fabionasciiParticipantHello, I decided to ask here again so as not to pollute the forum.
When I opened my website to the public and tested it, I noticed that some products have the option “Log in to see prices” and this option is unchecked in the theme settings.
How can I disable this?
April 5, 2025 at 10:07 am #651895
Hung PhamParticipantHi fabionascii,
Would you mind if I deactivate extra plugins for testing? Please confirm me back.
Regards,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register