• Resolved lindyfly

    (@lindyfly)


    How do I make all the fonts, headers, and content black? Used previous post to change content in Custom CSS (have premium – Priceless Thank You!). But now client wants Everything black.
    Upnorthorganics.com

    Thanks Lindy

Viewing 5 replies - 1 through 5 (of 5 total)
  • Are you looking to do a global color change, creating a black “skin”, I believe it’s called. like this: spahealthenergy.com

    Thread Starter lindyfly

    (@lindyfly)

    No thanks, just to change the font color on the whole website, all titles, headers, etc. Using Custom CSS would be great. Thanks (nice site!)

    Hi Lindy

    Appearance > Custom CSS insert the following:

    .post * { color: red !important; }

    That will turn all your text in the .post div red. Replace red with #000 for black, red is good for testing. To apply to the footer you’d go:

    .post *, #footer-widgets * { color: red; }

    Another way of doing it would be to compile a list of all the selectors you want changed:

    E.g:

    html, body, div, p, span, h1, h2, h3, h4, ul, li, ol { color: red !important; }

    Hope that helps.

    Andrew

    Thread Starter lindyfly

    (@lindyfly)

    WAHOO Andrew that worked for everything but the Site Title and Tagline. Getting there… Thanks

    Thread Starter lindyfly

    (@lindyfly)

    Tried second way IT WORKED! Thanks now I know…
    Really Muchas Gracias!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘All fonts black?’ is closed to new replies.