Solved

How to remove Dots on Warehouse Theme Slideshow

Audiothreads
Tourist
11 2 0

Need a simple way to remove dots on Warehouse Theme Slideshow

Accepted Solutions (5)

JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

Hi There!

Add the following code to your theme.scss file:

ol.flickity-page-dots {
    display: none;
}

Let me know if it works! 

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com

View solution in original post

Audiothreads
Tourist
11 2 0

This is an accepted solution.

Worked Perfect! Thanks!

View solution in original post

JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

Great! @Audiothreads can you please mark the reply as a solution so that the community knows this has been solved? Thanks!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com

View solution in original post

LuigiBono
Visitor
1 1 0

This is an accepted solution.

antonkogan
Excursionist
29 1 8

This is an accepted solution.

any code for adding labels to the items such as the theme already does for sale items? for example a "next day shipping" label

antonkogan_1-1635703366195.png

 

View solution in original post

Replies 7 (7)

JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

Hi There!

Add the following code to your theme.scss file:

ol.flickity-page-dots {
    display: none;
}

Let me know if it works! 

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
Audiothreads
Tourist
11 2 0

This is an accepted solution.

Worked Perfect! Thanks!

JHKCreate
Shopify Expert
3571 639 916

This is an accepted solution.

Great! @Audiothreads can you please mark the reply as a solution so that the community knows this has been solved? Thanks!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
antonkogan
Excursionist
29 1 8

This is an accepted solution.

any code for adding labels to the items such as the theme already does for sale items? for example a "next day shipping" label

antonkogan_1-1635703366195.png

 

LuigiBono
Visitor
1 1 0

This is an accepted solution.

tks!!!

Audiothreads
Tourist
11 2 0

Hi, What does this code do?

Audiothreads
Tourist
11 2 0

what does this code do?