This is defined in mod_fpslideshow.css (fpss_introtext h1)
Quote:
/* Add custom styling here, per your needs! */
.fpss_introtext h1 {font-size:14px;margin:0px 0px 4px 0px;padding:0px;}
.fpss_introtext h1 a {color:#ffcc00;}
.fpss_introtext h1 a:hover {color:#FFCC00;}
.fpss_introtext h1 a:visited {color:#FFCC00;}
.fpss_introtext h2 {font-size:12px;margin:0px 0px 4px 0px;padding:0px;}
.fpss_introtext h3 {font-size:11px;margin:0px 0px 4px 0px;padding:0px;}
.fpss_introtext p {margin:0px 0px 0px 4px;padding:0px;}
.fpss_introtext img {display:none;} /* this will hide images inside the introtext */
.fpss_introtext p img {display:none;} /* this will hide images inside the introtext */
|