Hi,
where do I change the colour for the panel that appears when you click the pagination links on the blog please? I thought I would ask here first before I do any tinkering!
Many thanks in advance :)
Blog Pagination Loading Colour
5 posts from 2 voices-
Posted 1 year ago #
-
Hey,
open up css/custom.css and add following code:
#top .pagination .current { color: #666666; } #top .pagination span, #top .pagination a { color: #999999; }The first code line dictates the color of the current/select page, the second one changes the standard pagination link color.
Posted 1 year ago # -
Hi,
sorry I mean the loading panel (it has a loading gif) which appears over the blog posts when I click on one of the pagination links. I dont mean the pagination number styling.
I cant see it on the online demo.....Posted 1 year ago # -
Found it.... ajax overlay! :)
Posted 1 year ago # -
Glad that you solved the problem :)
Posted 1 year ago #
Reply
You must log in to post.














