Shopify themes, liquid, logos, and UX
hello, i would like to make my button outline a bit thicker. This is what it looks like currently:
i would like it to look something like this:
as you can see, the box outline is thicker.
my website is www.alexandrawestbrook.com , theme is dawn
Hey @ads18922
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>
.banner:not(.slideshow) .rte a {
border: solid 2px white !important;
padding: 9px 20px !important;
text-decoration: unset !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @ads18922.
Here's how to achieve that:
1. Navigate to Sales Channels → Online Store → "Customize" button → Theme settings (Gear icon on the left sidebar) → Custom CSS
2. Add the following code:
#MainContent .banner__text.rte.body a {
padding: 11px 25px !important;
border: 2px solid white !important;
text-decoration: none !important;
}
3. Save (right top corner)
4. Hard refresh the storefront
If done correctly, the result should be like this:
Hello @ads18922
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> section-image-banner.css
add this code at the end of the file and save.
.banner--desktop-transparent .rte a, {
border: 3px solid #fff !important;
padding: 9px 20px !important;
text-decoration: none !important;
color: white !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025