Keyword

change text color

  • Centricity Strategic Marketing
  • Centricity Strategic Marketing's Avatar Topic Author
  • Offline
  • New Member
More
16 years 6 months ago #7544 by Centricity Strategic Marketing
change text color was created by Centricity Strategic Marketing
i have a dark template and need the rss feed to display the text in white.
How do i change from black text to white

thanks

sanjiovani

Please Log in or Create an account to join the conversation.

More
16 years 6 months ago #7545 by medeano
Replied by medeano on topic Re: change text color
Edit the CSS file: ../modules/mod_jw_srfr/mod_jw_srfr.css
Suppose u want to change the font color of feed timestamp, feed name, and feed description to yellow {#FDFF00 }, your CSS file would like as such:
/* feed item timestamp */
span.srfr_feeditemtitle {color:#FDFF00;margin-right:4px; font-size:9px;}

/* feed name */
a.srfr_feedname {color:#FDFF00}
a.srfr_feedname:hover {}

/* feed item description */
p.srfr_feeditemdesc {margin:0px;padding:2px 0px; font-size:10px; color:#FDFF00}

good luck

Please Log in or Create an account to join the conversation.

More
16 years 5 months ago - 16 years 5 months ago #7546 by altoidboy
Replied by altoidboy on topic Re: change text color
related question: how do i change the background color? right now it's white (with pale yellow rollover) and i'd like there to be no background (entirely transparent). how do i do this?

THANKS!

EDIT: never mind, i figured it out, the two colors were inside the mod_jw_srfr.css file all along, i just couldn't find them earlier.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum