Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3817905
Design Issue
Open

Comments

  •  1
    Nikos Krommydas started the conversation

    Can i change the size of swatch in product page? Also can i remove attribute title in the category page?

  •  1,408
    Dustin replied

    Hi Nikos,

    Please explain this issue more with some screenshots and links so I can check and give you the CSS code.

    Best regards,
    Dustin

  •  1
    Nikos Krommydas replied

    Please see attached pictures. 

    Attached files:  variation images.jpg
      product-category-page.jpg

  •  1,408
    Dustin replied

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .wpclv-attributes-single .wpclv-terms .wpclv-term.wpclv-term-image {
        width: 80px;
    }
    
    .wpclv-attributes-archive .wpclv-attribute-label {
        display: none;
    }

    Best regards,
    Dustin

  •  1
    Nikos Krommydas replied

    Worked as a charm!! Thanks!

  •  1
    Maciej replied

    Hey, it didn't work for me, unfortunately. I am trying to increase variant image swatch but adding the CSS code doesn't do anything.