Home Forums WoodMart support forum shop page size question

shop page size question

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #320679

    Lucas
    Participant

    I activated showing sizes attribute on shop page, when hover product, it shows sizes of products.

    first question:
    I want to let sizes show directly on shop grid without hover.

    second question:
    I want no stock sizes show gray differ from on stock sizes show black.

    #320714

    Hello,

    1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-hover-base .wrapp-swatches {
        transition: none !important;
        transform: none !important;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
    }

    2) Sorry but there is no option in Theme Settings available for that.

    Regards.
    Xtemos Studios.

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