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

Re: Remove slideshow controls Craft Theme

Solved

How to remove slideshow controls in Craft theme?

AHBEessentials
Excursionist
23 0 5

Can someone tell me a code to remove the slideshow controls for Craft. 

ahbeessentials.com

Accepted Solution (1)

codewiser
Shopify Partner
81 35 34

This is an accepted solution.

Hello @AHBEessentials 

 

Step 1: Go to Online Store -> Theme -> Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save

 

slideshow-component .slideshow__controls {
    display: none;
}
If your problem solved then Like & Accept this Solution.
For Designing, Development and custom changes hire us. Email us Or WhatsApp Or Skype.

View solution in original post

Replies 3 (3)

codewiser
Shopify Partner
81 35 34

This is an accepted solution.

Hello @AHBEessentials 

 

Step 1: Go to Online Store -> Theme -> Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save

 

slideshow-component .slideshow__controls {
    display: none;
}
If your problem solved then Like & Accept this Solution.
For Designing, Development and custom changes hire us. Email us Or WhatsApp Or Skype.
AHBEessentials
Excursionist
23 0 5

Worked, thank you!

AHBEessentials
Excursionist
23 0 5
This worked, thank you!