Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How can I remove an untraceable bar from my online store?

Solved

How can I remove an untraceable bar from my online store?

RevBeyond
Tourist
5 0 0

image_2023-08-30_193302133.png i can't make this bar dissapear , i have tried everything i don t see it connected to any plugin i want to remove it from my store i have searched everywhere but its not showing anywhere not in themes not in plugins

Accepted Solution (1)
Moeed
Shopify Partner
6322 1715 2067

This is an accepted solution.

Hey @RevBeyond 

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>
.ca6-mars3 {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1693420274669.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

Replies 10 (10)

StudioEnchant
Shopify Partner
245 40 39

Hey, provide store URL.

We will be more than happy to help

If we helped you please Like this reply and Mark it as Solution! ❤️

Chat with us on WhatsApp


Click here to enjoy 3 months of Shopify for $1/month on select plans.
RevBeyond
Tourist
5 0 0
StudioEnchant
Shopify Partner
245 40 39

Add the following code to the bottom of your theme.scss.css file:

.ca6-mars1 {
    display: none !important;
}

 

If we helped you please Like this reply and Mark it as Solution! ❤️

Chat with us on WhatsApp


Click here to enjoy 3 months of Shopify for $1/month on select plans.
RevBeyond
Tourist
5 0 0

RevBeyond_0-1693419518976.png

 

StudioEnchant
Shopify Partner
245 40 39

From your Shopify Admin proceed to:

Online Store > Themes > Three dots icon > Edit Code

And there you will find this file

If we helped you please Like this reply and Mark it as Solution! ❤️

Chat with us on WhatsApp


Click here to enjoy 3 months of Shopify for $1/month on select plans.
RevBeyond
Tourist
5 0 0

yes ik but its says it doesn't exist 

{% include 'font-face' %}
{{ 'theme.scss.css' | asset_url | stylesheet_tag }}
.ca6-mars1 {
display: none !important;
}image_2023-08-30_202611304.png

StudioEnchant
Shopify Partner
245 40 39

You are trying to paste the code in the wrong file, please make sure to remove it from here and paste it in the right file.

Also make sure you paste only the code we provided 

If we helped you please Like this reply and Mark it as Solution! ❤️

Chat with us on WhatsApp


Click here to enjoy 3 months of Shopify for $1/month on select plans.
Moeed
Shopify Partner
6322 1715 2067

This is an accepted solution.

Hey @RevBeyond 

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>
.ca6-mars3 {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1693420274669.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


RevBeyond
Tourist
5 0 0

Thank you so much! i struggeld with this for a day 

Moeed
Shopify Partner
6322 1715 2067

Thank you for your reply. I'm glad to hear that the solution worked well for you. If you require any more help, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications