i Wanna Remove Curve In Header And Reduce Padding Of Annoucement Bar

Solved

i Wanna Remove Curve In Header And Reduce Padding Of Annoucement Bar

Emiway1
Shopify Partner
66 0 9

i Wanna Remove Curve In Header And Reduce Padding Of Annoucement Bar
Link: https://occu-com.myshopify.com/
Pass: 1
Screenshot 2025-03-02 171707.png

Accepted Solution (1)

Moeed
Shopify Partner
6968 1878 2295

This is an accepted solution.

Hey @Emiway1 

 

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>
.js .section--rounded :is(.banner__map,.banner__media,.banner__overlay,.video-hero) {
    border-radius: 0 !important;
}
.topbar-section {
    height: 2.1rem !important;
}
</style>

RESULT:

Moeed_0-1740916677501.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
6968 1878 2295

This is an accepted solution.

Hey @Emiway1 

 

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>
.js .section--rounded :is(.banner__map,.banner__media,.banner__overlay,.video-hero) {
    border-radius: 0 !important;
}
.topbar-section {
    height: 2.1rem !important;
}
</style>

RESULT:

Moeed_0-1740916677501.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications