How to change the color of previous/next page arrows?

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

https://dressposhstyle.myshopify.com/?key=4e726dc367074e2933b5fd8109b0bebf650917fb82ea43a995799748fb3a62a5&preview_theme_id=

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:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag

Moeed_0-1688969815294.png

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