jtovet
Member
Posted 4 months ago #
Hello all, I'm having a small problem that I'm sure will be a piece of cake for you experts out there!
I made a simple video of what's going on so you can see exactly what I'm up against.
If you CLICK HERE you can see the video.
I thank you in advance. I truly appreciate everyone on this forum and I hope that someday I'll be able to help someone else!
Happy New Year
Jim
It would be far easier if you could just explain what your problem/issue is.
jtovet
Member
Posted 4 months ago #
OK, sorry. when I made the video my intention was to make it as easy as possible.
I want to be able to change the color of the font in my footers. That's really all I need to do. Right now
the background is kind of a grey color and the text is black so very hard to read.
Thanks for your interest, I hope you can help.
Jim
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance. In the meantime, try using Firefox with the Firebug add-on for this kind of CSS work.
http://getfirebug.com/
jtovet
Member
Posted 4 months ago #
Hi, thank you for your response I really appreciate it.
The link to the page is here CLICK HERE
When you scroll to the bottom of the page you'll see how the text is just about too dark to read.
Thank you again for your help...I'm learning!
Jim
jtovet
Member
Posted 4 months ago #
I installed firebug. Thanks for the tip! I wanted to send you this code to try to help. Thank you again.
<div class="grid_3">
<h3>White Looks Good</h3>
<div class="textwidget">But this TEXT is so dark it's hard to read</div>
</div>
<div class="grid_3">
<h3>This White Looks Good</h3>
<div class="textwidget">But this TEXT is so dark it's hard to read</div>
</div>
Try:
#footerWidgets {color:#fff;}
jtovet
Member
Posted 4 months ago #
Thank you very much. Please tell me exactly where in the code I insert that line and I think I'll be in great shape.
thanks!
Jim
You need to add it to your theme's stylesheet.