Any way to change the green color of the arrows on my product page?
Hey @Pshante90
Kindly share your Store URL and Password if enabled
Thank you. Does it matter if I’m in the process of getting my domain changed? I purchased one that I’m waiting to connect.
Hey @Pshante90
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above tag

If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
1 Like
hi @Pshante90
Its SideNode! We will be happy to help you today.
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->theme.scss>Add this code at the bottom.
.pagination a.btn.btn--secondary {
background-color: #E59DF0!important;
}
You can see the change .
If I was able to assist you, please remember to give it a Like and Mark it as the Solution!
Let me know if need further assistance
Regards,
SideNode
1 Like
PERFECT match! Thank you!!
1 Like

