Shape 5

Joomla Templates => Helion - Club => : DCE2014 April 06, 2014, 09:35:26 PM



: Articles with page breaks do not show page numbers at the bottom
: DCE2014 April 06, 2014, 09:35:26 PM
Hi,

I am having a problem with article pagination. The page navigation buttons do not show up when I have multiple page breaks within an article. Can you please have a look of it and let me know how can I resolve this issue.


Link: http://gruhiniicom.ipage.com/hobbies/basic-tips-for-fabric-painting
Thanks


: Re: Articles with page breaks do not show page numbers at the bottom
: mikenicoll April 07, 2014, 05:52:40 PM
Hello,

The buttons are there but it looks like they are just hidden (white on white) Try changing the below coding to use a darker color such as #000000 and you should see the pagination numbers.

Template.CSS - Line 233

.btn-primary, .pager a {
    color: #FFFFFF !important;
}

-Mike