Forums » Installation

font size of prev next

Rem
NETHERLANDS
2010-08-30 12:20:38
Permalink Post
 

I really tried everything to change the font size in the slideshow and horizontal exhibition but i can't find it. I search for hours on this forum but can't find it. Any help?
Do i have to add a font in the .php?
Thanks

lemathieu A
FRANCE
2010-08-30 13:29:19
Permalink Post
 

add this in your css :

  1. /* SLIDE SHOW - Navigation */
  2.     
  3. ¬†¬†¬†¬†p.nav a {
  4. ¬†¬†¬†¬†¬†¬†¬†¬†background-color: #eeeeee;
  5. ¬†¬†¬†¬†¬†¬†¬†¬†padding-top: 3px;
  6. ¬†¬†¬†¬†¬†¬†¬†¬†padding-right: 9px;
  7. ¬†¬†¬†¬†¬†¬†¬†¬†padding-bottom: 3px;
  8. ¬†¬†¬†¬†¬†¬†¬†¬†padding-left: 9px;
  9. ¬†¬†¬†¬†¬†¬†¬†¬†font-size: 11px;
  10. ¬†¬†¬†¬†¬†¬†¬†¬†font-family: Georgia, serif;
  11.         -moz-border-radius-bottomleft:3px;
  12.         -moz-border-radius-bottomright:3px;
  13.         -moz-border-radius-topleft:3px;
  14.         -moz-border-radius-topright:3px;
  15.     }
  16.     
  17. ¬†¬†¬†¬†p.nav a:hover {
  18. ¬†¬†¬†¬†¬†¬†¬†¬†background-color: #cccccc;
  19.     }
  20.     
  21. ¬†¬†¬†¬†p.nav span#num {
  22. ¬†¬†¬†¬†¬†¬†¬†¬†letter-spacing: 2px;
  23. ¬†¬†¬†¬†¬†¬†¬†¬†font-family: Georgia, serif;
  24. ¬†¬†¬†¬†¬†¬†¬†¬†font-style: italic;
  25. ¬†¬†¬†¬†¬†¬†¬†¬†padding-left: 20px;
  26.     }
Rem
NETHERLANDS
2010-08-31 09:20:43
Permalink Post
 

Thanks for your reply but the font size stays larger than the rest. I can change color , hover, font type etc but if i make the font size 11px it stays around 14 px.. Any ideas?
Thanks

lemathieu A
FRANCE
2010-08-31 12:48:30
Permalink Post
 

Do you have a website ?

Rem
NETHERLANDS
2010-09-01 10:47:57
Permalink Post
 

yes, a test website is found here:
http://www.remcosiebring.com/test/index.php?/projects/er/

Any help would be welcome. Thanks

lemathieu A
FRANCE
2010-09-01 12:01:50
Permalink Post
 

change the #content p { font-size :

use firebug to see code thru eagle eyes…

Showing 1 - 6 of 6 posts in Forum > Installation > font size of prev next
 

You need to be logged in to post.