Shopify themes, liquid, logos, and UX
Website: goodwinegoodpeople.com
Trying to add a border (or background) to the 'CHECKOUT' button to identify it as a button without affecting the formatting of other buttons in the header. Ideally it looks just like the border around the 'Add to basket' button on the product pages (2nd image). Thanks for your help.
Solved! Go to the solution
This is an accepted solution.
Hello @gwgp
...it's the first line in the post.
Hi @Gwgp
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about the Add A Border (Or Background) To The Checkout Button In The Cart Dropdown, let’s try this solution:
Online Store ->Theme ->Edit code
Assets ->Base.css
.btn.cart__checkout {
border: 1px solid;
border-color: var(--colorTextBody);
}
I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Thanks for the prompt reply, however I cannot locate Base.css in the Asset dropdown? I created an asset with Base.css, added the code, but no change. Thanks for your help.
Hi @Gwgp
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about the Add A Border (Or Background) To The Checkout Button In The Cart Dropdown, let’s try this solution:
Online Store ->Theme ->Edit code
Assets ->theme.css
.btn.cart__checkout { border: 1px solid; border-color: var(--colorTextBody); }
I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Perhaps noteworthy, the only 'theme' I have in assets is 'theme.css.liquid' ...unfortunately there was no change when I added the code here.
Hi @Gwgp
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about the Add A Border (Or Background) To The Checkout Button In The Cart Dropdown, let’s try this solution:
Online Store ->Theme ->Edit code -> theme.liquid
<style>
.btn.cart__checkout {
border: 1px solid;
border-color: var(--colorTextBody);
}
</style>
I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
No change I'm afraid.
Hello @gwgp
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.
button.btn.cart__checkout {
border: 1px solid #000 !important;
}
Thanks for your response. Perhaps noteworthy, the only 'theme' I have in assets is 'theme.css.liquid' ...unfortunately there was no change when I added the code here.
Hello @gwgp
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.
.payment-buttons .cart__checkout {
border: 1px solid #000;
}
No change I'm afraid.
This is an accepted solution.
Hello @gwgp
I was able to add the code to the custom css box for the header section! Looks great, thanks!
User | RANK |
---|---|
210 | |
166 | |
70 | |
55 | |
53 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023