Custom CSS code

Hi

Can someone pls share a custom css code to change the number text color on the ‘Similar Cuisine’ slider on the page link below:

Page link

Screenshot:

Due to the dark b/g, the numbers are not showing on the front end.

Thanks in advance.

You can try something like this:


.jv-pagination .pagination .page-item span{
    color:inherit;
}

If you want a brighter color then change the inherit value to something else.

Thanks Paul.

Issue is fixed. :slightly_smiling_face: