Replies: 0
Hello,
First of all, I don’t know if what I want is in the free version. We apologize in advance if the free version is not included.
Your plugin messed up my website design after an update and I submitted a ticket. When I decided to delete it completely, you released another update and I wanted to try my luck.
The new update both fixed my problems and I was excited that you added a feature I wanted.
However, like everyone else, I have my own design and colors. So I wanted to make some minor changes to your plugin. However, I couldn’t do that.
What I need is the implementation of the following codes. If you test these codes on the sample page I sent, you will see that it fits my design perfectly 🙂
Can I get support from you on this?
.woocommerce .tawcvs-swatches .swatch:before, .woocommerce .tawcvs-swatches .swatch-show-more:before {
content: "";
position: absolute;
left: -1px;
top: -1px;
right: -1px;
bottom: -1px;
border: 2px solid #ddd;
}
.woocommerce .tawcvs-swatches .swatch.selected:before, .woocommerce .tawcvs-swatches .swatch-show-more.selected:before {
border-color: #547992;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
line-height: 0px;
background-color: white;
}
Thank you
Toygar