Need help coding storefront

Need help coding storefront

bens3
Visitor
3 0 0

How do I remove all of the dots/circles in between the lines of text on 'scrolling text' block on theme Concept 3.1.0? 

Screenshot 2025-03-14 095048.jpg

Replies 4 (4)

CodingFifty
Shopify Partner
913 136 166

Hi @bens3,

 

Thank you for reaching out to the Shopify community. I'd be glad to assist you. Could you kindly share your store URL and
password (if it’s password-protected) so I can review it and provide you with an update?

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com
bens3
Visitor
3 0 0

manoucompany.com

bens3
Visitor
3 0 0

Im also looking to make my slideshow picture on my homepage fill 100% of the page width. Thanks! 

tim
Shopify Partner
4257 484 1562

ain't there a checkbox to control this?

If not, you can add a code like this to the Custom CSS setting of this section:

.marquee .scrolling-text__item:before {
  display: none !important;
}

 

To make your slides full-width, use CSS like this in relevant section:

.slideshow .banner {
  max-width:  100% !important;
}

 

In both cases, I believe you may omit the " !important" part if you use it in Custom CSS setting.

If my post is helpful, consider liking it -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com