• Resolved D. Stanley

    (@d-stanley)


    Pardon my lack of terminology and the lack of knowledge, in general. Look in the bottom, right corner HERE where “Advertise With Us” appears, and tell me how I can change the header text from red to the gray color that the other headings are.

Viewing 8 replies - 1 through 8 (of 8 total)
  • I see no red. That text matches the other.

    Thread Starter D. Stanley

    (@d-stanley)

    Hmm. It appears red for me. But when I mouse over it, it turns gray. I took a screen shot of it. Is there a way for me to post a picture of it here?

    Hello D. Stanley,
    Add the following code in your style.css

    #bottom #bottom_4 h3 a {
        color: #757575;
    }

    Hope this will help you.

    The reason why it is red is that the preceding “Email Us Here” link is not correctly closed.

    Email Us Here<a/>

    It should be
    Email Us Here</a>

    Thread Starter D. Stanley

    (@d-stanley)

    ikaring,

    the “Contact Us” above “Advertise With Us” is in its own seperate box (for lack of the proper term), and this is what it looks like:

    WestPointLake.com
    P. O. Box 3380
    LaGrange, Georgia 30241
    Email Us Here<a/>

    Thread Starter D. Stanley

    (@d-stanley)

    cedcommerce,

    Where do I go to find the style.css?

    Hi, D. Stanley.

    I know it is in its own box.
    It’s just a syntax error of html. Closing A tag should be </a> instead of <a/>.
    That causes the odd color styling.

    Thread Starter D. Stanley

    (@d-stanley)

    Oh my gosh! That worked! Sharp eye you have there, ikaring. THANK YOU! I copied and pasted what you had in the earlier post, and it didn’t change the appearance any, so I’m thinking that I simply copied the wrong one. Again, THANK YOU!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Text Widget Text Color’ is closed to new replies.