9
by golly gee whiz I did it!
LOL.
ok. A quick picture to show what I've been trying to do (I know I understand better when I
see something verses being told.
ok, now to do this this is what I did ::
Open "/themes/(your_theme)/style.css"
scroll to the bottom and add
.MyRSS { border-bottom: 1px solid white; border-top: 1px solid white; border-left: 1px solid white; border-right: 1px solid white; background-color: #2F5376; font-style: italic; }
.MyRSS a:link { color: #990000; text-decoration: none; }
.MyRSS a:visited { color: #990000; text-decoration: none; }
.MyRSS a:hover { color: #ff6600; text-decoration: none; }
.MyRSS a:active { color: #990000; text-decoration: none; }
Save and close
Open "/modules/xoopsheadline/templates/blocks/xoopsheadline_block_rss.html"
find
<p><{$feed}>p>
change it to this
<p class="MyRSS"><{$feed}>p>
*Note: I believe it is case sensitive so make sure you type it correctly.
Save and close
that will give you the above pictured headlines except the black background.