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

Attributes Names Don't Show Up

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #19096

    kultablasi
    Participant

    Only the attributes are visible.

    #19098

    Artem Temos
    Keymaster

    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

    #19121

    kultablasi
    Participant

    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.

    #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

Viewing 4 posts - 1 through 4 (of 4 total)