Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #980613

    Hi,
    I want to change the color of the next page button on my shop page. But i cant seem to find the right css code to target only the next button and not all of the pagination buttons. Can you please help me find the right css?

    #980713

    Hey ditteditte,

    Add this to quick css and adjust it as you need to:

    nav.pagination a:nth-child(5){
    color:#fff!important;
    background-color:red
    }

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.