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
add this in your css :
/* SLIDE SHOW - Navigation */        p.nav a {        background-color: #eeeeee;        padding-top: 3px;        padding-right: 9px;        padding-bottom: 3px;        padding-left: 9px;        font-size: 11px;        font-family: Georgia, serif;        -moz-border-radius-bottomleft:3px;        -moz-border-radius-bottomright:3px;        -moz-border-radius-topleft:3px;        -moz-border-radius-topright:3px;    }        p.nav a:hover {        background-color: #cccccc;    }        p.nav span#num {        letter-spacing: 2px;        font-family: Georgia, serif;        font-style: italic;        padding-left: 20px;    }
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
Do you have a website ?
yes, a test website is found here:
http://www.remcosiebring.com/test/index.php?/projects/er/
Any help would be welcome. Thanks
change the #content p { font-size :
use firebug to see code thru eagle eyes…
You need to be logged in to post.
