Hello.
I want to add special id or class name for next link for woocommerce pagination in Enfold
I think there is a way to add some function in function.php.
Please check following link to see what I want to do.
https://www.dropbox.com/sh/1pwbbhz7bjhi6z3/AABr4Mn-6njXLC16ic-HkXQDa?dl=0
It will be give I can get reply by email.
Thank you.
Hi Ziumcoop!
You can target it with this CSS.
.pagination > *:nth-last-child(1) {
}
Regards,
Elliott