Forums

anyway to change all font color etc on blog at same time? (3 posts)

  1. jhess56
    Member
    Posted 1 year ago #

    Im tinkering with different themes on my blogs.

    Some of them for some strange reason are coming up with a white background and then white text which is kinda pointless. But I like the header graphics and layout of them.

    I managed to change the css file to make the main front page have black text to stand out on the white background and it looks great, however i just realized all the rest of my pages are all white on white still and you cant read it.

    I did some poking around and saw things mentioned about the css upgrade to change the whole blogs font color at once. Is that my only option or is there another way?

    I have hundreds of blog posts so going in to each individual post to change the font color isnt an option.

    Thanks for any advice.

  2. Rev. Voodoo
    Volunteer Moderator
    Posted 1 year ago #

    it's in your css somewhere, all color is controlled in your css.

    Without a link to your site, we cant look at your css

  3. JMulley
    Member
    Posted 1 year ago #

    Hey jhess56,

    At the end of your CSS file, add this:

    * {
    color: #000;
    }

    :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.