If we update the theme, how do we ensure that the code we added also works in the updated theme ?
Buy now button - please help add border (have tried but to no avail).
These are the only queries I have.
If we update the theme, how do we ensure that the code we added also works in the updated theme ?
Buy now button - please help add border (have tried but to no avail).
These are the only queries I have.
Hey @kashco I hope you are doing well.
This is common issue with Shopify Merchants with the theme update. While updating a theme remove the all custom coding. In order to fix the issue first we need to check the files wheer your custom coding is place. And after that we have to copy the same coding and put it in updated theme files.
If you have knowledge of coding then you can easily do this. Either you need to hire a dev like me.
I can help you to identify the coding if you share the link of your Store.
Thanks
Can you help me my collection page titles black text ?
Hi @kashco
You need to keep track of the custom code you add to your store so that if you plan to update your theme, you can use it again.
Try this one for the but now button .
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @kashco
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.shopify-payment-button {
border: 1px solid #000 !important;
border-radius: 8px !important;
}
Result
Best,
LizLiz
What if we duplicate the site, update that version and copy over the code over to ensure the custom code is in effect ?
How can I fix my cart drawer to be same please ? The cart popup it doesn’t have "view cart’ as black background and buy now text is not visilble.