Home Forums WoodMart support forum Square buttons Reply To: Square buttons

#232236

Luna
Participant

Thanks a lot! It worked fine. I’m not into coding at all but I played a bit with it and I used this one to make it better looking. I also added border color so that white color can be seen, so if anyone else needs it here it is.

.woodmart-swatch.swatch-with-bg {
border-radius: 0;
width: 20px;
height: 25px;
padding: 2px;
margin-right: 5px;
margin-bottom: 8px;
display: block;
float: left;
border: 1px solid #a19e9e;
}

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