Shopify themes, liquid, logos, and UX
Hello Everyone!
I am using the Shopify Dawn theme. I want to add the slider to featured collection in both desktop and mobile mode. I've added two photos below of exactly what I want it to look like, Is it possible? Thank you.
Store: https://puppies-paws-shop.myshopify.com
Password: Admin
Desktop Mode
Mobile Mode
Also I would like to remove it
Solved! Go to the solution
This is an accepted solution.
Hi @dreamtechzone_5, Pls try again with this code:
.collection .slider-buttons {
position: absolute;
display: flex;
align-items: center;
justify-content: space-between !important;
top: 50%;
width: 85%;
left: 11%;
transform: translateY(-50%) !important;
}
.collection button.slider-button svg path {
fill: #ffff !important;
}
.collection .slider-button {
background-color: #27496d !important;
border-radius: 25px;
}
.collection .slider-counter.caption {
display: none !important;
}
@media (max-width: 600px) {
.collection .slider-buttons {
width: 88% !important;
left: 2% !important;
}
}
Hope this work !!!
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
Hi @dreamtechzone_5,
You can try this code by following these steps:
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css or styles.css
Step 3: Insert the below code at the bottom of the file -> Save
cart-remove-button a:hover svg path,
button.slider-button:hover svg path
{
fill: #ffff !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
Hi @dreamtechzone_5, Pls insert this code to your file css:
button.quantity__button:hover {
color: black !important;
}
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Yes, it is indeed possible to add a slider to the featured collection on both desktop and mobile modes using the Shopify Dawn theme. If you need assistance with the implementation or further guidance, feel free to ask.
Really, How can I add it? send me the code. Thank you very much.
Hi @dreamtechzone_5,
You can try this code by following these steps:
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css or styles.css
Step 3: Insert the below code at the bottom of the file -> Save
.slider-buttons {
position: absolute;
display: flex;
align-items: center;
justify-content: space-between !important;
top: 50%;
width: 85%;
left: 11%;
transform: translateY(-50%) !important;
}
button.slider-button svg path {
fill: #ffff !important;
}
.slider-button {
background-color: #27496d !important;
border-radius: 25px;
}
.slider-counter.caption {
display: none !important;
}
@media (max-width: 600px) {
.slider-buttons {
width: 88% !important;
left: 2% !important;
}
}
Here is result:
For desktop:
For mobile:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Sliders are showing up everywhere
This is an accepted solution.
Hi @dreamtechzone_5, Pls try again with this code:
.collection .slider-buttons {
position: absolute;
display: flex;
align-items: center;
justify-content: space-between !important;
top: 50%;
width: 85%;
left: 11%;
transform: translateY(-50%) !important;
}
.collection button.slider-button svg path {
fill: #ffff !important;
}
.collection .slider-button {
background-color: #27496d !important;
border-radius: 25px;
}
.collection .slider-counter.caption {
display: none !important;
}
@media (max-width: 600px) {
.collection .slider-buttons {
width: 88% !important;
left: 2% !important;
}
}
Hope this work !!!
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Wow, Really you are great. It Worked. Thank you very much. I appreciate.
I have added hover effect on the button. But when hovering here, the arrow is not showing.
This is an accepted solution.
Hi @dreamtechzone_5,
You can try this code by following these steps:
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css or styles.css
Step 3: Insert the below code at the bottom of the file -> Save
cart-remove-button a:hover svg path,
button.slider-button:hover svg path
{
fill: #ffff !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
I have pasted the code. But hovering here doesn't show the icon to increase the quantity. This icon is not showing anywhere.
This is an accepted solution.
Hi @dreamtechzone_5, Pls insert this code to your file css:
button.quantity__button:hover {
color: black !important;
}
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
It Worked. Thank you very much.
Add Collection slider in any page of your shopify store:
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024