Home Forums WoodMart support forum How to make Swatches Bigger?

How to make Swatches Bigger?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #515654

    hendrikdobbert
    Participant

    How to make Swatches Bigger on shop/category archieve?

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

    Hung Pham
    Keymaster

    Hi hendrikdobbert,

    Sorry for this delay in answering. I have a lot of requests these days, I apologize in advance and hope for your patience.

    Please provide URL of the mentioned page, so I can take a closer look.

    Regards,

    #518804

    hendrikdobbert
    Participant

    Here, Hung.

    #518888

    Hung Pham
    Keymaster

    Hi hendrikdobbert,

    Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    .product-wrapper [class*="wd-swatches"].wd-bg-style-4 .wd-swatch.wd-bg:after{
    	font-size: 14px;
    }

    Regards,

    #519138

    hendrikdobbert
    Participant

    The Image Swatches are still the same size as before. Maybe I done it wrong?

    #519140

    hendrikdobbert
    Participant

    Please take a look.

    #519294

    Hung Pham
    Keymaster

    Hi hendrikdobbert,

    Remove previous code and use below one

    .product-grid-item.product .product-wrapper{
    	padding: 5px;
    }
    
    .wd-swatches-grid .wd-swatch{
    	height: 1.4em;
    	width: 1.4em;
    }

    Regards,

    #519755

    hendrikdobbert
    Participant

    Super, awesome!!

    #519853

    Hung Pham
    Keymaster

    Hi hendrikdobbert,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    If you have a quick minute we always appreciate a 5-star rating on our theme!

    https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492

    Your feedback is the motivation to improve our work and services.

    Regards,

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

The topic ‘How to make Swatches Bigger?’ is closed to new replies.