Attributes Names Don't Show Up
-
Only the attributes are visible.
Hi,
Most likely, you are using the alternative style for the product page. Try to change it to “Default” in Theme Settings -> Product page.
Regards
Yes thank you. That solved it. But could you please fix it on your next update? I don’t like the layout of default page. Especially share buttons are way too small. By the way, attribute names appear on quick view with alternative style.
Besides that ability to hide SKU code would be cool. It looks ugly and unneccessary for the visitor. I did by adding a line to the files, but doing it through theme settings would be better. So with every update I won’t have too add it manually.
Thanks.
Hi,
If you want, we can provide you with a custom CSS code to display attributes names on the alternative style too.
You can hide the sku by adding the following code snippet to the Custom CSS section in Theme Settings
.sku_wrapper {
display:none!important;
}
Regards