Home Forums Basel support forum Attributes Names Don't Show Up Reply To: Attributes Names Don't Show Up

#19126

Artem Temos
Keymaster

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