How to edit design of product page
-
Hello! I add attributes on my product but my site doesn’t show it. it shows just box of selection.
please help me to set it up right like on reference. Also I want to set the box of color attribute to square right like on the reference.
Also it would be great if you will tell me where I can change it
Attachments:
You must be
logged in to view attached files.
Hello,
You need to remove color and image from the attributes and they would become as a text. More detailed instruction is here: https://xtemos.com/docs/woodmart/variable-products-swatches/
Let me know if you need further help.
Best Regards
thank you very much! It works!
Now it is without frame. How to set a frames like on the reference that i’ve send you?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-swatch.swatch-on-single {
border: 1px solid blue;
padding: 10px;
}
Best Regards