hello,
I am looking to change the white quick shop icons/buttons on my product page to be semi transparent white.
site is sipstruck.com
password is “thifli”
many thanks, Michael
A user seeks to modify quick shop icons on their product page from solid white to semi-transparent white.
Solution Provided:
.quick-shop__trigger elementsOutcome:
hello,
I am looking to change the white quick shop icons/buttons on my product page to be semi transparent white.
site is sipstruck.com
password is “thifli”
many thanks, Michael
Hi @M_fenwick
You can use this custom CSS code:
.quick-shop__trigger:before{
background-color: transparent! important;
box-shadow: none !important;
-webkit-box-shadow: none!important;
border: 1px solid #fff;
}
.quick-shop__trigger .icon.icon--theme svg{
stroke: #fff!important;
}
I hope it’s helpful to you.
Many thanks! Looks great!