How can i change all the navigation arrows on my product pages to #ff7abc

Hi,

How can i change these page numbers and the arrow to go to the next page on all of my product pages to #ff7abc

Link: https://verypink.be/collections/rose-wines

Kind regards

1 Like

Hi @VeryPink ,

  1. Go to Online Store β†’ Theme β†’ Edit code.
  2. Open your base.css / theme.css file and paste the code in the bottom of the file.
.pagination__item {
    color: #ff7abc !important;
}

Thanks!

1 Like

hey @VeryPink


follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the ----->
before the body ----->
if this code work please do not forget to like and mark it solution

1 Like

Hi @VeryPink

  1. Go to Online Store β†’ Theme β†’ Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

1 Like

Thanks alot!

Many thanks!

Much appreciated, thanks!

i’m so much glat that you got a solution :blush: if you need more help feel free to share it