remove announcement bar arrows dawn theme

remove announcement bar arrows dawn theme

StarMintz
Excursionist
45 0 7

Hello,

 

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

 

Thanks.

Replies 2 (2)

oscprofessional
Shopify Partner
16116 2409 3125

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 | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

syedsumaimaly
Trailblazer
147 16 22

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.