Label Below Title Shop page and Products
-
Label below the title Store page and products
Hello! Congratulations on the Theme.
I would like to know how it is possible to create a custom field to add a label or move the attributes below the product title.
follows an example I did in photoshop.
Thank you.
Attachments:
You must be
logged in to view attached files.
Hi,
Sorry, but there is no such option in our theme and WooCommerce by default. It may require additional code customization or extra plugin but we don’t have an instruction for this. It is out of our theme support scope.
Regards
Many thanks for the reply…
Some more doubts ..
1 – Is it possible to at least change the labels from left to right on the product page?
2 – Pop-up button does not appear icons even when doing all the procedure that is in the manual.
Thank you!
1. Please, send us a screenshot and the link where we can see this so we can prepare a custom CSS for this if possible.
2. Provide us some explanation to this issue as well.
Thank you in advance.
Hello!
Attachments:
You must be
logged in to view attached files.
1. Try to add the following code snippet to the Custom CSS area in Theme Settings to change
.labels-rectangular {
left: auto;
right: 0;
}
.product-labels {
align-items: flex-end;
}
2. This option will be fixed in our next theme update.
The topic ‘Label Below Title Shop page and Products’ is closed to new replies.