Shopify themes, liquid, logos, and UX
Hello everyone,
i was able to the change the featured collection from this :
to this :
via this code:
<style> .caption { display: none !important; } .slider-button .icon { height: 2rem !important; /* Increase the height */ width: 2rem !important; /* Increase the width */ background: black; border-radius: 50%; /* Make it a circle */ margin: auto; color: white; transform: rotate(+90deg); display: flex; justify-content: center; align-items: center; border: 5px solid black; /* Increased border thickness */ } </style>
how can i fix the arrows direction ? i think it got messed up because i have set my page to RTL ? anyone can help ?
preview link :
https://m5gg7bgsdp7sc19q-68695785713.shopifypreview.com
website link:
Thanks in advance
Solved! Go to the solution
This is an accepted solution.
slider-component .slider-button--prev .icon {
transform: rotate(270deg) !important;
}
slider-component .slider-button--next .icon {
transform: rotate(90deg) !important;
}
This is an accepted solution.
slider-component .slider-button--prev .icon {
transform: rotate(270deg) !important;
}
slider-component .slider-button--next .icon {
transform: rotate(90deg) !important;
}
works like a charm brother
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024