Grey dots announcement bar

Solved

Grey dots announcement bar

flaner
Excursionist
55 0 20

Hi,  i was wondering how i can delete the grey dots in the screen shot.zsenrdrtdfrtmdrftmftmfdgm.PNG

Accepted Solution (1)
CafeDelMar
Shopify Partner
163 36 46

This is an accepted solution.

Please, try the following:

  • Navigate to Online Store > Themes > Edit code > assets
  • Find the base.css file
  • Paste the code below to the bottom of the file
  • Save and hard-refresh the storefront
.ss-announcement-bar__message li::after {
  display: none!important;
}

 

The final result should be like this:

Screenshot_3.png

  

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution

View solution in original post

Replies 3 (3)

CafeDelMar
Shopify Partner
163 36 46

Hey @flaner 

 

Those can be hidden/removed. Can you share the URL? If it's password-protected, the password would be needed too.

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution
flaner
Excursionist
55 0 20

Hi, thanks for the reply! url -> https://flanercouture.store/ , there is no password on it.

CafeDelMar
Shopify Partner
163 36 46

This is an accepted solution.

Please, try the following:

  • Navigate to Online Store > Themes > Edit code > assets
  • Find the base.css file
  • Paste the code below to the bottom of the file
  • Save and hard-refresh the storefront
.ss-announcement-bar__message li::after {
  display: none!important;
}

 

The final result should be like this:

Screenshot_3.png

  

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution