Welcome Guest, Not a member yet? Register   Sign In
problem in the strong pagination link
#1

[eluser]talwinder[/eluser]
hi, i have a pagination on my pages.. every thing is working fine.. pagination is working well but there is problem in the strong link. Current selected page link is not getting strong style applied.

What can be the problem..

please help
#2

[eluser]toopay[/eluser]
Customizing the Pagination
#3

[eluser]talwinder[/eluser]
i have already read that..how to control the strong links is not mentioned there
#4

[eluser]louisl[/eluser]
Most likely your font size is not large enough to render bold properly or you've changed it's value somewhere in the css, you can either target the default strong tag in css or override the default and add your own class...

Code:
$config['cur_tag_open'] = '<span class="big_red_font">';
$config['cur_tag_close'] = '</span>';




Theme © iAndrew 2016 - Forum software by © MyBB