Viewing 2 reply threads
You must be logged in to reply to this topic.
Is it possible to display custom attributes on a single product page underneath the SKU and Categories? Is it also possible to format the SKU and Categories labels so that the words are Capitalized?
Thanks in advance.
Hello,
To format SKU & Categories labels, add this code:
.product_meta > span {text-transform: capitalize;}
To format SKU & Categories content, add this code:
.product_meta span a, .product_meta span span { text-transform: capitalize;}
Sorry but is not possible to add the custom attributes under SKU & Categories.
Best regards!
You must be logged in to reply to this topic.