I’m using the Dawn theme in that I want to customize the hero section image banner button, I want to remove the border on button and want to make the button glassy touch like the header on scroll. Please anyone help me to customize those.
website: https://coffeebyrsa.com/
Moeed
September 8, 2025, 6:54am
2
Hey @Sivadarshan
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above </ body> tag
<style>
.banner__buttons a:after {
box-shadow: unset !important;
}
</style>
If you require any other help, feel free to reach out to me. If I managed to help you then a Like would be truly appreciated.
Best,
Moeed
Hi @Sivadarshan ,
Kindly provide your store URL please and if it is password protected, please share the password as well.
Thanks!
suyash1
September 8, 2025, 7:02am
4
@Sivadarshan please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css
.banner__box .button{
background-color: #fffc !important;
backdrop-filter: blur(10px);
box-shadow: unset !important;
color: #8a5e3b;
}
.banner__box .button--secondary:after{box-shadow: unset !important;}
it should look like below
yash141
September 8, 2025, 7:21am
5
It’s looking good now, but the text isn’t very visible. Can you make the text bold? @Sivadarshan