We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How to add Buttons to Featured Collection

How to add Buttons to Featured Collection

AryavK
Trailblazer
266 9 43

Hello community! 

I have figured out how to make the carousel work on mobile & desktop *BUT* They are not showing slider buttons and instead showing some 1/4 thing under it:

Screenshot 2024-07-31 at 3.29.22 PM.png

 Same for mobile

 

I want to add a carousel slider and remove the 1/4 thingy on mobile & desktop like this:

Screenshot 2024-07-31 at 3.30.10 PM.png

 

Pls help me

 

Theme: Dawn 12.0.0

Website: www.faithandyou.in

faith&you
Reply 1 (1)

oscprofessional
Shopify Partner
16407 2444 3196

Hello @AryavK 

Yes, it is possible to remove the slideshow controls/counter for mobile devices only in the Dawn theme. You can achieve this by using CSS media queries to selectively hide the controls and counter on mobile devices. Here's an example of how you can do it:

  1. Access the theme editor: Go to your Shopify admin dashboard and navigate to "Online Store" -> "Themes". Find the Dawn theme and click on the "Actions" dropdown, then select "Edit code".

  2. Locate the slideshow code: In the theme editor, search for the code that generates the slideshow. This code is usually found within a section or template file and may have CSS classes or IDs associated with it.

  3. Add custom CSS: Within the slideshow code, you'll need to add custom CSS to hide the controls and counter on mobile devices. Insert the following CSS code:

@media only screen and (max-width: 767px) {
  .slideshow-controls,
  .slideshow-counter {
    display: none;
  }
}
  • In this example, the CSS code uses a media query to target mobile devices with a maximum width of 767 pixels. It selects the slideshow controls and counter elements and sets their display property to "none" to hide them on mobile devices.
Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...