On my product page id like to display the pricing details on the right side of the BUY NOW button instead of the top currently, can this be done?
Also is there a way to add a SALE round icon on the product name corner like a lot of online shop do?
Hey kilimats,
Can you please post a screenshot and show the changes you would like to make?
Best regards,
Yigit
THis is the kinda look i was hoping for, thanks
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-530 .avia-button-wrap {
margin-top: 50px;
}
.page-id-530 .av-special-heading-h2 {
display: inline-block;
float: right;
max-width: 65%;
}
Best regards,
Rikard
thanks ! almost, can i make this
.
to this
Hi,
there is not an easy way to do it I think. I would ask WooComemrce support about it, if you really need it.
Best regards,
Andy