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?
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