Quote:
Originally Posted by wolf32
You might just be editing to wrong line. Where it says
Change to
PHP Code:
.fpss_introtext h1 a {color:#FFFFFF}
Of course change the color to your coice. 
|
Thanks alot for yor response but I tried that, and it didn't change the color of the font. I could change the font size and style, but not the color using your method.
However, by accident I found that (in mod_fpslideshow.php) changing:
$show_title = 1 // Show the slide title?
$show_introtext = 1; // Show the slide text?
$show_readmore = 1; // Show the slide 'read more' link?
to
$show_title = 0 // Show the slide title?
$show_introtext = 0; // Show the slide text?
$show_readmore = 1; // Show the slide 'read more' link?
Made the Font turn white. I was actually trying to turn off the news title and instead it made the font turn white. Call it a fluke or glitch, but I'm happy. Thanks for your help.