Shopify themes, liquid, logos, and UX
I am using the Dawn theme on my Shopify store. I want to have the bottom 2 corners of my header to be rounded by 30px. I also want there to be a margin on the sides of the header by 225rem. I tried to do this myself but have had no luck. My website is TsunamiTec.com and password is: youdontknow
Solved! Go to the solution
This is an accepted solution.
I figured out the problem, wrong selector. this is what ended up working:
sticky-header { border-radius: 0 0 30px 30px !important; margin: 0 2.25rem !important; }
Hey @James193
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
TsunamiTec.com Password: youdontknow
Hi, @James193.
Follow These Steps.
Goto Online store > Assets > Edit code > find Base.css File and paste the code mentioned below.
sticky-header {
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
background: aqua !important;
}
Result:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Hi @James193
Just to clarify, its not the margin is too much? it will take all space in the website screen. 225rem or 2.25rem? Just check this one if its right. Thanks!
For the code.
sticky-header.header-wrapper.color-scheme-51c6447c-4013-49e7-a792-c0c93ae82502.gradient {
border-radius: 0 0 30px 30px;
margin: 0 2.25rem;
}
I tried this at the bottom of my base.css and it didn't work or do anything?
Can you try this one again? just replace the 1st code that I give. Thanks!
sticky-header.header-wrapper.color-scheme-0b4f9145-ad23-49ed-8e50-1055c281223b.gradient {
border-radius: 0 0 30px 30px !important;
margin: 0 2.25rem !important;
}
And Save.
This is an accepted solution.
I figured out the problem, wrong selector. this is what ended up working:
sticky-header { border-radius: 0 0 30px 30px !important; margin: 0 2.25rem !important; }
Find Global Growth Opportunities For Your Business with Shopify AcademyLearn how to exp...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025