remove announcement bar arrows dawn theme

Solved
StarMintz
Excursionist
45 0 7

Hello,

 

Looking to remove the arrows for the announcement bar on dawn theme. Please assist.

 

Thanks.

Accepted Solution (1)
websensepro
Shopify Partner
758 102 103

This is an accepted solution.

Hi, @StarMintz.

 

Follow These Steps.

Goto Online store > Assets > Edit code > find Base.css File and paste the code mentioned below.

 

button.slider-button.slider-button--next {
    display: none;
}

button.slider-button.slider-button--prev {
    display: none;
}

 

Result:

websensepro_0-1696329791218.png

 

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

 

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

View solution in original post

Replies 3 (3)
oscprofessional
Shopify Partner
15736 2353 3050

Hello @StarMintz 

Please provide your store URL so I can review it and provide a solution.

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
websensepro
Shopify Partner
758 102 103

This is an accepted solution.

Hi, @StarMintz.

 

Follow These Steps.

Goto Online store > Assets > Edit code > find Base.css File and paste the code mentioned below.

 

button.slider-button.slider-button--next {
    display: none;
}

button.slider-button.slider-button--prev {
    display: none;
}

 

Result:

websensepro_0-1696329791218.png

 

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

 

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here
syedsumaimaly
Explorer
147 16 17

Hi @StarMintz 

Follow these Steps:

Go to Online Store  Edit Code Find theme.liquid file or base.css

Add the following code in the bottom of the file above </body> tag

button.slider-button.slider-button--next {
    display: none;
}

button.slider-button.slider-button--prev {
    display: none;
}

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