Griffin

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #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.

    #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)

    #448
    Griffin
    Participant

    @Matt @umar Just remember the WordPress best practices: Always add extra functionality via plugins (homemade plugins if the function is small and specific to avoid bloat). And if you ever change anything in a theme (that isn’t an available setting), create a child theme to do so (it better guarantees your changes will persist after updates).

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