How to remove colour dots from collections page - Boost theme

CozyHippo
New Member
4 0 0

Hello!

I would like to remove these colour dots from the products page on my webshop. Could anyone help with that please?

issueissue

Thanks!

Replies 13 (13)

Kinjaldavra
Shopify Partner
2302 570 1423

please share your site url and if password protected then provide password

CozyHippo
New Member
4 0 0
Kinjaldavra
Shopify Partner
2302 570 1423

please place this code in the end of theme.liquid file

 

.product-swatch-inline {
    display: none !important;
}
Kinjaldavra
Shopify Partner
2302 570 1423

if helpful then Accept  solution

CozyHippo
New Member
4 0 0

Sorry I just got back to my computer. I tried pasting it at the end of the liquid.theme file but nothing happened. Where exactly am I supposed to paste it?

Thanks.

mas12121
Tourist
3 0 1

this doesnt  work 

Zworthkey
Shopify Partner
5581 642 1569

@mas12121 
kindly Share your Store Url.

mas12121
Tourist
3 0 1
Zworthkey
Shopify Partner
5581 642 1569

What's the issue?
I don't Get any dot in the slider

mas12121
Tourist
3 0 1

It's hard to tell with the products on this page, but if you see below

 

 

Screen Shot 2021-09-03 at 4.07.52 pm.png

Zworthkey
Shopify Partner
5581 642 1569

hii, @mas12121 
Paste this code on top of the pagefly-main.css file.

ul.splide__pagination {
    display: none !important;
}

Thank You.

Zworthkey
Shopify Partner
5581 642 1569

Thank you







 

PageFly-Victor
Shopify Partner
7865 1785 3056

Hi @mas12121 

It's PageFly Page Builder here

Next time, please check this video we have guidance here

https://www.youtube.com/watch?v=X2V3nDkMH1k

The code used:

@media (max-width: 767px) {

[data-pf-type="ProductImagePagination"] {

display: none;

}

}

And please kindly contact our 24/7 support live chat, we'll be happy to assist you.

From PageFly with love ❤️