All things Shopify and commerce
Please offer in Origin Theme how to move the Collection List navigation arrows / numbers from below the collection images to the top.
Solved! Go to the solution
This is an accepted solution.
The following code does add the arrows to the side, however, I appreciate assistance on how to change the coloring from being a black arrow on a white background to a white arrow on a purple background
.collection .slider-button.slider-button--prev {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-150%);
z-index: 20
}
.collection .slider-counter.caption {
visibility: hidden; !important
}
.collection .slider-button.slider-button--next {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-150%);
z-index: 20
}
.grid__item.slider__slide:first-child {
margin: 0 !important
}
.collection slider-component {
margin: auto 5vw !important
}
.collection .slider-button {
background: rgba(255, 255, 255, 0.7) !important;
Hi @Namaste100
Would you mind to share your store URL? Thanks!
Hi @Namaste100 ,
This is Theodore from PageFly - Shopify Page Builder App.
Moving collection list navigation arrows/numbers to the top in Origin requires custom CSS.
Best regards,
Theodore | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
The following code does add the arrows to the side, however, I appreciate assistance on how to change the coloring from being a black arrow on a white background to a white arrow on a purple background
.collection .slider-button.slider-button--prev {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-150%);
z-index: 20
}
.collection .slider-counter.caption {
visibility: hidden; !important
}
.collection .slider-button.slider-button--next {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-150%);
z-index: 20
}
.grid__item.slider__slide:first-child {
margin: 0 !important
}
.collection slider-component {
margin: auto 5vw !important
}
.collection .slider-button {
background: rgba(255, 255, 255, 0.7) !important;
The above code goes at the bottom of base.css
Shopify and our financial partners regularly review and update verification requiremen...
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