What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: Entfernen der Navigationspfeile in der Ankündigungsleiste

Solved

Entfernen der Navigationspfeile in der Ankündigungsleiste

GymNudge
Excursionist
28 0 8

Hallo,

 

wie kann man die Navigationspfeile in der Ankündigungsleiste entfernen? Benutze zurzeit das Dawn Theme. Gibt es eine Möglichkeit in den Einstellungen oder einen Code, den man benutzen kann?

 

Viele Grüße

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9133 2180 2688

This is an accepted solution.

Thanks for the info, Check this one one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.announcement-bar button.slider-button {
    display: none;
}

 

And save. 

Rsult:

Made4uoRibe_0-1705700127792.png

If its not working add !important.

 

.announcement-bar button.slider-button {
    display: none !important;
}

 

And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 5 (5)

Made4uo-Ribe
Shopify Partner
9133 2180 2688

Hi @GymNudge 

Would you mind to share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
GymNudge
Excursionist
28 0 8

Of course. Here is my URL www.gym-nudge.com

 

Thanks!

Made4uo-Ribe
Shopify Partner
9133 2180 2688

This is an accepted solution.

Thanks for the info, Check this one one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

.announcement-bar button.slider-button {
    display: none;
}

 

And save. 

Rsult:

Made4uoRibe_0-1705700127792.png

If its not working add !important.

 

.announcement-bar button.slider-button {
    display: none !important;
}

 

And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
GymNudge
Excursionist
28 0 8

Awesome. Thank you very much!

Made4uo-Ribe
Shopify Partner
9133 2180 2688

Welcome, please dont forget to hit like also. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.