I have gotten the grey shadow off most my buttons but can not find where to get it off the “continue shopping” button. Can anyone advise where to find that and how to fix?
Tailor Theme
Hi @Kari_M
Please, share your store URL. Thanks!
Hey there! Removing the shadow from the “Continue Shopping” button in the Tailor theme can be done with a bit of CSS targeting. Here’s how:
Find the CSS File:
Add the Custom CSS: Add this snippet at the bottom of the file:
.continue-shopping-button-class {
box-shadow: none !important; /* Removes the shadow */
}
Replace .continue-shopping-button-class with the actual class name of the “Continue Shopping” button.
Identify the Correct Class (If Necessary):
Save and Test:
If you want a no-code option, EasyEdits allows you to visually style elements like buttons without needing to hunt through the CSS. Plus, you can make edits during the free trial and keep them forever, even if you don’t continue with the app.
Let me know if you need help identifying the class or testing the changes! (P.S. I’m the developer of EasyEdits, so feel free to ask if you’re curious
).
It worked, thank you!
Awesome!