Forums » Support
Slideshow - font size
thompson79
UNITED STATES
2008-04-25 15:56:17
 

Does anyone know where I should start looking if I wanted to change the font properties of the next and prev buttons in the slideshow plugin. Do I need to edit the CSS? PHP? I'm not a programmer but I can handle some simple coding.

zerog
UNITED STATES
2008-04-25 16:02:26
 

in your css there should be some properties down near the end of your style sheet like this,

#img-container p{
width: 400px;
margin-top: 30;
padding-top: 0;
padding-right: 0;
padding-bottom: 12px;
padding-left: 0;
font-size: 11px;
}

this is where you can change the size,
hope this helps

thompson79
UNITED STATES
2008-04-25 16:07:39
 

thanks for the quick reply! I will give it a shot.

Showing 1 - 3 of 3 posts in Forum > Support > Slideshow - font size
 

You need to be logged in to post.