Home › Forums › WoodMart support forum › Changing Size Swatches Changing Size Swatches This topic has 5 replies, 2 voices, and was last updated 3 years, 7 months ago by Elise Noromit. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts July 26, 2021 at 9:28 pm #308892 henalon123Participant Hi there, I want to change the look of the swatch, instead of black line underneath the attribute to a square box surrounding it, ive attached to screenshots – what i have now and what i want Please help July 27, 2021 at 12:40 am #308937 Elise NoromitMember Hello, Please, provide your site admin access to the private area. I will provide custom CSS for the swatches. Best Regards July 27, 2021 at 12:44 am #308939 henalon123Participant Provided in private July 27, 2021 at 10:11 am #309021 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: .wd-swatch:hover:after, .wd-swatch.active-swatch:after { display:none; } body .wd-swatch.swatch-with-bg { border-radius: 0; border:2px solid #000000; } body .swatch-on-single.swatch-with-bg.swatch-size-xlarge { width:70px; height: 70px; } Best Regards July 27, 2021 at 12:59 pm #309082 henalon123Participant I entered it but it put square buttons on the product images swatches, not the size attributes .. Please help July 27, 2021 at 11:06 pm #309151 Elise NoromitMember Hello, Please replace the code with this one: .swatch-on-single.text-only.swatch-size-large { font-size: 18px; border:2px solid #000000; padding:20px width:70px; height:70px; } .swatch-on-single.swatch-enabled { font-size: 18px; border:2px solid #000000; padding:20px; width:70px; height:70px; } Best Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register