All things Shopify and commerce
Hello,
I have a few buttons on my website that have a 1.5px solid black border and I want to add the same to the rest of the buttons that are the same color including the checkout and buy it now button.
Is this something editable in the themes or will it need to be coded in?
Website: tourbrand.us
password: task1data
Example of what I want:
Solved! Go to the solution
This is an accepted solution.
Add the border style: Once you've identified the button styles, add the following CSS rule to apply a 1.5px solid black border:
.button {
border: 1.5px solid black;
}
Also this continue shopping button.
This is an accepted solution.
Add the border style: Once you've identified the button styles, add the following CSS rule to apply a 1.5px solid black border:
.button {
border: 1.5px solid black;
}
Hello this worked but now has a thin white outline between the black and green.
How would I go about fixing this?
Hey @tourbrandus
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
button {
border: 1px solid black !important;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
User | RANK |
---|---|
34 | |
23 | |
19 | |
17 | |
14 |
This blog post is a recap of the webinar Getting Ready For BFCM: How To Run A Flash Sal...
By Jacqui Oct 3, 2023Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023