• My Text Formatting is not right. I went messing around with the style sheet and now I cant control the text editing color. Could someone please tell me how and what code to fix, Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You’ll have to provide more than that – like what text and where.

    Thread Starter vegasrocksmag

    (@vegasrocksmag)

    sorry bout that– the text that appears in the pages (DR.FEELGOOD IS AMONG US…ect) area in the center I must have changed the text in the style sheet to grey and now when editing a page’s text -what ever I change the color of the text to- it stays grey.

    http://wp.vegasrocksmag.com/?page_id=625

    Your body style has the color set to #757575 – a medium grey color. That’s the overriding style.

    Where is it you’re changing the color of the text?

    Try changing:

    body {
    color:#757575;
    font-family:Arial,Helvetica,sans-serif;
    font-size:72.5%;
    }

    to

    body {
    color:#CCCCCC;
    font-family:Arial,Helvetica,sans-serif;
    font-size:72.5%;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My Text Formatting is not right.’ is closed to new replies.