Temporary Fix For Font/Color Issue

Homepage Forums Small Talk Temporary Fix For Font/Color Issue

This topic contains 5 replies, has 4 voices, and was last updated by  Unseen 9 years, 3 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #461

    Griffin
    Participant

    Until a WordPress plugin or child theme is created to override the current text color here are some simple workarounds for Firefox and Chrome that will help you force your browser to render the text in the style/color of your preference:

    Firefox: Here

    Chrome(this ones a browser add-on. Their website is in add-on’s description): Here

    #463

    Griffin
    Participant

    Until a WordPress plugin is installed or child theme is created to override the current text color here are links to a Chrome and Firefox plugin that will allow you to override the site’s CSS when your browser renders “atheistzone.com” and every url within the domain.

    Firefox:
    1. Download the “Stylish” add-on from https://addons.mozilla.org/en-us/firefox/addon/stylish/
    2. After installation, restart your browser and go to atheistzone.com
    3. In the top right you should see a small “S” icon. Click on that and go to Write new style > For atheistzone.com
    4. In the new tab enter this code:

    @namespace url(http://www.w3.org/1999/xhtml);

    @-moz-document domain(“atheistzone.com”) {
    * {font-family: “UTF-8”
    !important; color:black !important}
    }

    5. Give it a name and save it.
    6. Go back to your atheistzone.com tab and refresh.

    Chrome:
    1. Download the “Stylish” add-on from: https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe
    2. After installation go to atheistzone.com
    3. In the top right you should see a small “S” icon. Click on that and then click “Write style for: atheistzone.com”.
    4. In the new tab enter this code:

    * {font-family: “UTF-8”
    !important; color:black !important}

    5. Give the style a name and save it.
    6. Go back to your atheistzone.com tab and refresh.

    Note: You don’t have to use UTF-8. You could use “Comic Sans MS” or any other font your browser supports.
    Also here are some screenshots: http://imgur.com/a/fS0bb
    (Another note: Iceweasel is a modified version of FireFox)

    #464

    Griffin
    Participant

    This “fix” will change ALL text displayed on the site to black (including links). I’ll post code later today that will adjust this properly (it’s 5 AM for me at the time of posting this so I’m extremely tired). The current code should help with visibility for now.

    #492

    SteveInCO
    Participant

    Well it appears that Umar has managed to do something to make the text darker (yet links are still blue).

    #497

    .
    Spectator

    Thanks Umar! I think it looks great!

    #691

    Unseen
    Participant

    Much better. With the light gray on white I would eventually have found it too painful to participate.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.