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:
Screenshot:
Due to the dark b/g, the numbers are not showing on the front end.
Thanks in advance.
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:
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.