Your account expired support, please renew to get your support.

Home Forums Themes Support Gecko Variant swatch – How to change images from cercles to squares

Viewing 1 reply thread
  • Author
    Posts
    • #39905
      aurellle
      Support Expired

      Hi,

      Is there an option to show the small variant images into squares?

      By default are shown into cercles and the images are really small – see screenshot attached.

      Is it possible like this? see screenshot example

      Thanks

      Attachments:
      You must be logged in to view attached files.
    • #39909
      Harry
      Support Expired

      Hi Aurelle,

      Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      .swatch__value {
      	width: 30px;
      	height: 30px;
      	line-height: 32px;
      	border-radius: 0;
      }
      .swatch__list--item {
      	border-radius: 0;
      }

      You can increase 30 to your number

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 1 reply thread

You must be logged in to reply to this topic.