Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Emory,

    I used Firebug to inspect your site (thanks for the link) and found that the body tag has a color of #000 applied in the CSS. If you add the following in your Simple Custom CSS plugin, this should take care of not only your numbered lists and block quotes, but pretty much all of the text throughout the site will be changed, unless there is additional CSS to style those particular areas of the site:

    body {
    	color:#fff;
    }

    Hope this helps!

    Christi

    Thread Starter EmoryAdmission

    (@emoryadmission)

    Christi,

    I tried adding it into the Simple Custom CSS plugin, but it iddnt change the numbered list and block quotes ??

    Is there anything else I could try?

    Thanks!

    ol, ul {
    color: #FFF;
    }
    Thread Starter EmoryAdmission

    (@emoryadmission)

    Martcol,

    Thanks so much! It worked.

    ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Ordered List and block quote color’ is closed to new replies.