Shopify themes, liquid, logos, and UX
How do I have the slide arrows be like the picture on the right where it's in the product photos and on the sides. That way, it saves space on the screen and is easier to click.
Solved! Go to the solution
This is an accepted solution.
Try this code.
.slider-buttons.quick-add-hidden {
margin-top: -56px;
margin-bottom: 37px;
display: flex !important;
justify-content: space-between;
z-index: 9999999 !important;
position: relative !important;
}
.slider-counter.caption {
display: none !important;
}
.slider-button .icon {
height: 1.6rem !important;
color: black !important;
}
.slider-button[disabled] .icon{
color: black !important;
}
Hi @samueljoonjung,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.slider-buttons.quick-add-hidden { margin-top: -56px; margin-bottom: 37px; display: flex !important; justify-content: space-between; z-index: 9999999 !important; position: relative !important; } .slider-counter.caption { display: none !important; } .slider-button .icon { height: 1.6rem !important; }
That's so close but I would like both arrows, left and right arrows, to always stay black. And I would also like them a little higher
This is an accepted solution.
Try this code.
.slider-buttons.quick-add-hidden {
margin-top: -56px;
margin-bottom: 37px;
display: flex !important;
justify-content: space-between;
z-index: 9999999 !important;
position: relative !important;
}
.slider-counter.caption {
display: none !important;
}
.slider-button .icon {
height: 1.6rem !important;
color: black !important;
}
.slider-button[disabled] .icon{
color: black !important;
}
Thank you very much
Thank you for reaching out to the Shopify community. I'd be glad to assist you. Could you kindly share your store URL and password (if it’s password-protected) so I can review it and provide you with an update?
@media screen and (max-width: 768px){
.slider-buttons> button.slider-button span.svg-wrapper svg {
fill: black !important;
color: black !important;
}
.slider-buttons {
margin-top: -90px !important;
}
}
I hope this helps
Best,
Daisy
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025