Me again!
Can anyone help me figure out how to remove the button hover border on all my buttons? or how to change the color so it matches my hover background? I have tried several of the codes from other Shopify questions, but nothing has worked.
I also have all this custom CSS coding on the admin side for each section with a button. I have tried pasting it on my base.css and theme.liquid, but it won’t show up on the site. Can someone help me figure out where this code needs to be pasted or where I need to edit the existing code on the back end so it affects all my buttons and I can remove it from the admin side?
.card__heading {
text-transform: capitalize;
}
.card__heading {
font-size: 13px !important;
}
.card__heading {
font-family: “Montserrat” !important;
}
.card__heading {
letter-spacing: 1px !important;
}
.price .price-item {
font-size: 13px !important;
}
.price .price-item {
font-family: “SundaysRegular” !important;
}
.button {
font-size: 16px !important;
}
.button {
font-family: “SundaysRegular”;
letter-spacing: 2px !important;
box-shadow: none;
background-color: #707b7a;
}
.button:hover {
background-color: #d5cec4;
color: #ffffff;
}
website: riveringroots.com
pass: rtawqpt
Thank you!
