• Resolved dauketan

    (@dauketan)


    Hello,

    I have a question. How to make thumbnails bigger? I watch settings, but didn’t find solution.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Razon Komar Pal

    (@raazon)

    Hi @dauketan

    You can do this by CSS override( recommended ): Just add below CSS to WP-Dashboard -> Apperance -> Customize -> Customize

    .woo-linked-variation-wrap ul.linked-variations-buttons li {
        max-width: 100%;
        width: 150px;
    }

    Or you can edit plugin CSS directly( not recommended ) wp-content/plugins/linked-variation-for-woocommerce/assets/css/woo-linked-variation-frontend.css

    Regards

Viewing 1 replies (of 1 total)

The topic ‘Big thumbnails’ is closed to new replies.