What's your biggest current challenge? Have your say in Community Polls along the right column.

Re: how to fix this button has no text but still button is showing on slideshow ?

how to fix this button has no text but still button is showing on slideshow ?

Ecomsmartify
Shopify Partner
114 2 31

how to fix this button has no text but still button is showing on slideshow ? Help me to fix this Thanks
store link https://store1.ecomsmartify.shop/
Store passwrod: 4

Screenshot 2024-11-30 155927.png

Replies 8 (8)

Dilupa99
Shopify Partner
5 0 0

Hi @Ecomsmartify 

 

Please go to the slideshow section and add this code as a custom CSS 

 

.btn {
display:none;
}

 

Thanks

Dilupa

Shopify Designer & Developer
If helpful then please Like and Accept Solution.
Want to modify or custom changes to the store Hire me.
* Feel free to contact me regarding any help

Rahul_dhiman
Shopify Partner
667 131 136

Hello @Ecomsmartify 
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

a.btn {
display: none !important;
}

result
43.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167
Ecomsmartify
Shopify Partner
114 2 31

Thanks for provuding the solution but I want to hide these slideshow buttons only when there is no text added on the button curruntly there is not text on button but still that background is showing please help me to fix this thanks

Made4uo-Ribe
Shopify Partner
9141 2181 2693

Hi @Ecomsmartify 

You cannot replace the button coming from the picture of your slide show banner. The button must be clickable. 

Made4uoRibe_0-1732967105779.png

If you like to remove the default buttons you need to make the slide show clickable. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Ecomsmartify
Shopify Partner
114 2 31

That is exactly I want I have assigned link to the first button but this slideshow image only clickable when this small button hide I'm stuck on this I'm not able to find the solution to fix this please help me with this thanks 

Made4uo-Ribe
Shopify Partner
9141 2181 2693

Sorry it doesnt work like that, even you take out the button still not clickable cause the default link is only for the button not the image. You need to add link on the image. 

To remove the button. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

div#slideshow-template--23688402305330__custom_slideshow_PTEUUG a.btn {
    display: none;
}

 

  • And Save.
  • Result:
  • Made4uoRibe_0-1732970075490.png

     

 

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Made4uo-Ribe
Shopify Partner
9141 2181 2693

Maybe this might help adding link on the slideshow image for Dawn theme.

https://community.shopify.com/c/shopify-design/slideshow-speed-in-the-dawn-theme/m-p/2745912#M719196

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.