Hello Support,
http://shelli.bydecosta.com/blog/
On our blog post pagination how can I update the css for only the pagination numbers for example:
Page 1 instead of black is white the number.
Page 2 and and Page 3 Numbers when not selected is yellow and when you hover over it goes to white.
I just don’t want the rest of the site content to be affected when the colors get changed.
Hope you can help.
Thank you,
MP
Hi kpundyk!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color .pagination .current { color: white; }
#top .pagination a { color: yellow; }
Cheers!
Yigit
Perfect Thanks Yigit.
MP