Home › Forums › WoodMart support forum › how to make the option image bigger on the grid product of new arrivals

how to make the option image bigger on the grid product of new arrivals

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

    bestshop24h
    Participant

    hi

    how to make the option image bigger on the grid product of new arrivals?

    on the homepage, there is a new arrivals container showing some products who all show their option images,

    but they are too small,how to make it show bigger?

    sincerely

    Attachments:
    You must be logged in to view attached files.
    #648629

    Hung Pham
    Participant

    Hi bestshop24h,

    Thanks for reaching to us and appreciate your patience.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    div[class*=wd-swatches]{
    	--wd-swatch-w: 1.2em;
      --wd-swatch-h: 1.2em;
    }

    Regards,

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