1. squirrrel333au
  2. Commercial Templates
  3. Sunday, 03 August 2014
  4.  Subscribe via email
Am I missing something or is it not possible to change the color of the navigation buttons in templates?
I have spent some time trying to fix a problem I have with a website where the Next Button on a page break is the same colour as the body so you can not see the button.

Here is a link to the problem page.

http://crazydomainsfail.com/index.php/79-blog-articles/88-homepage
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To better style these buttons try adding the following to the Custom CSS field of your templates parameters where #2469a7 is your button color..


.pager li {
background: none repeat scroll 0 0 #2469a7;
border-radius: 5px;
color: rgba(255, 255, 255, 0.7);
font-size: 16px;
margin: 5px;
padding: 10px 15px;
}
.pager li a {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #ffffff;
margin: 0;
padding: 0;
vertical-align: inherit;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Awesome, thanks.
All Fixed.
Well sort of but it will do for now.
Thanks Dude!
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!