I cant remove white space above announcement bar in Refresh Theme

Solved

I cant remove white space above announcement bar in Refresh Theme

MitchWare83
Visitor
2 0 2

The refresh theme adds an unnecessary white bar above the announcement that I can't remove. Any advice on how to remove it?

Screenshot 2024-02-15 at 2.52.11 PM.jpg

 

 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10036 2385 3012

This is an accepted solution.

Thanks for the info, seems like your adding a marquee? from an app or and ecommerse. But check this 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:

 

.fab-marquee.fab_marquee_3083 {
    display: none !important;
}

 

And Save. 

Result:

Made4uoRibe_0-1708014121351.png

 

 

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.

View solution in original post

Replies 5 (5)

ThePrimeWeb
Shopify Partner
2139 616 523

Hey @MitchWare83,

 

Can I have the link to your store? Thanks!

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

Made4uo-Ribe
Shopify Partner
10036 2385 3012

Hi @MitchWare83 

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.
MitchWare83
Visitor
2 0 2

lumirelax.com

Made4uo-Ribe
Shopify Partner
10036 2385 3012

This is an accepted solution.

Thanks for the info, seems like your adding a marquee? from an app or and ecommerse. But check this 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:

 

.fab-marquee.fab_marquee_3083 {
    display: none !important;
}

 

And Save. 

Result:

Made4uoRibe_0-1708014121351.png

 

 

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.

ThePrimeWeb
Shopify Partner
2139 616 523

Hey @MitchWare83,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
.fab-marquee.fab_marquee_3083 {
    display: none !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

 

ThePrimeWeb_0-1708014046257.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!