Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    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;}

    Thread Starter chuckparks

    (@chuckparks)

    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?

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    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;}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Tect Color’ is closed to new replies.