Hello,
you can pest this css in your Theme css file with your font color.
.wpfp-featured-post.design-1 .wpfp-title a {color: #000 !important;}
.wpfp-date {color: #000 !important;}
-
This reply was modified 9 years, 6 months ago by
anoopranawat.
-
This reply was modified 9 years, 6 months ago by
anoopranawat.
That works great but I am still having trouble getting it to view good. Is it possible to put a white box around the text or better yet a black box with white letters?
Hello,
if you want white box around and with black text then
wpfp-featured-post.design-1 .wpfp-title a {color: #000 !important;background:#fff;}
or if you want black box around and with white text then
wpfp-featured-post.design-1 .wpfp-title a {color: #fff !important;background:#000;}