rtfox1000
Member
Posted 4 months ago #
So far this works just like I needed it (after fixing the color.)
One more annoyance is the white line that cuts through the title an looks to have been struck through, like being marked off a list.
check it out http://www.hhhaven.org it is at the bottom, second column from the left. The overall sight is undergoing a transformation and isn't completely finished.
http://wordpress.org/extend/plugins/flexible-posts-widget/
Hi rtfox,
That "strike through" is actually a background image that appears to be applied to all heading tags. It's set on line 179 of your styles.css file: background: url('images/hr-bg.jpg') center repeat-x; So, it's not really related to the FPW plugin but to basic heading styles in your theme.
Cheers!
rtfox1000
Member
Posted 4 months ago #
Thnks, I will see what I can do to eradicate it.
rtfox1000
Member
Posted 4 months ago #
And it is gone now. Thanks for aiming in the right direction.