Temporary Fix For Font/Color Issue
Homepage › Forums › Small Talk › Temporary Fix For Font/Color Issue
- This topic has 5 replies, 4 voices, and was last updated 10 years, 10 months ago by
Unseen.
-
AuthorPosts
-
July 12, 2015 at 7:47 am #461
Griffin
ParticipantUntil 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
July 12, 2015 at 8:39 am #463Griffin
ParticipantUntil 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)July 12, 2015 at 8:58 am #464Griffin
ParticipantThis “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.
July 12, 2015 at 3:16 pm #492
SteveInCOParticipantWell it appears that Umar has managed to do something to make the text darker (yet links are still blue).
July 12, 2015 at 3:58 pm #497.
ParticipantThanks Umar! I think it looks great!
July 15, 2015 at 4:20 am #691
UnseenParticipantMuch better. With the light gray on white I would eventually have found it too painful to participate.
-
AuthorPosts
- You must be logged in to reply to this topic.