Title: Text Colour
Last modified: February 26, 2018

---

# Text Colour

 *  [iain1705](https://wordpress.org/support/users/iain1705/)
 * (@iain1705)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-colour-10/)
 * Body text defaults to grey, no matter how many times I highlight text, click 
   on Text colour drop down box, and click on black. Same for all pages.
 * Love the theme but I need to get this sorted. Black text is so much easier to
   read.
 * Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftext-colour-10%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/text-colour-10/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/text-colour-10/page/2/?output_format=md)

 *  [johnnyivan](https://wordpress.org/support/users/johnnyivan/)
 * (@johnnyivan)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-colour-10/#post-10016585)
 * Presumably it’s being overriden by the CSS stylesheet.
 * Are you able to edit stylesheets, Iain?
 *  Thread Starter [iain1705](https://wordpress.org/support/users/iain1705/)
 * (@iain1705)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-colour-10/#post-10016620)
 * Thanks Johnny
 * Yes, but can’t find the line or lines I need to edit in the style.css
 *  [johnnyivan](https://wordpress.org/support/users/johnnyivan/)
 * (@johnnyivan)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-colour-10/#post-10016847)
 * Can you try changing the ‘color’value to #000
 * in style.css
 * at lines:
 * 122
    510 648
 *  [johnnyivan](https://wordpress.org/support/users/johnnyivan/)
 * (@johnnyivan)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-colour-10/#post-10016858)
 * Incidentally, what browser do you use?
 * In Firefox, if you right-click the text you want to change, select ‘inspect element’
   you should hopefully see a list of related CSS in a panel on the right hand side.
 * Examining and playing with those values gives a preview of what might work in
   your stylesheet.
 *  Thread Starter [iain1705](https://wordpress.org/support/users/iain1705/)
 * (@iain1705)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-colour-10/#post-10016886)
 * Thanks, made those CSS changes, but still looking grey, and when I inspect elements
   it says the colour is #000000, it just doesn’t look it on my laptop, phone or
   iPad!
 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-colour-10/#post-10017891)
 * [@iain1705](https://wordpress.org/support/users/iain1705/), I’ve looked at your
   site, and the base font color set in the CSS is #000, which is fully black.
 * Can you point me to a page or post where it is not black?
 *  [johnnyivan](https://wordpress.org/support/users/johnnyivan/)
 * (@johnnyivan)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-colour-10/#post-10018833)
 * Hi Iain,
    Whats happening with the main **body text** is that it’s such a light(
   thin line) font, it just _seems_ to be grey—or is rendered that way. Thin black
   anti-alised against white creating grey.
 * If you bump up the font size you’ll see that it is actually black—or very close
   to it (I haven’t taken a screenshot into photoshop to check it).
 * John
    -  This reply was modified 8 years, 2 months ago by [johnnyivan](https://wordpress.org/support/users/johnnyivan/).
 *  Thread Starter [iain1705](https://wordpress.org/support/users/iain1705/)
 * (@iain1705)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-colour-10/#post-10018905)
 * Ok, John, thanks, that makes sense. Need to bump up the font size then.
 * Iain
 *  [johnnyivan](https://wordpress.org/support/users/johnnyivan/)
 * (@johnnyivan)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-colour-10/#post-10019015)
 * Or remove this from line 509:
 * font-weight: 300;
 * It’ll then revert to a weight of 400. it looks less elegant, but it renders black
   and is more readable.
 * John
 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-colour-10/#post-10021325)
 * [@iain1705](https://wordpress.org/support/users/iain1705/), if you are going 
   to change the font weight, I would suggest adding the following to the Additional
   CSS instead of editing the theme CSS file. If you do that, the change could be
   overwritten by a theme update.
 *     ```
       body {
         font-weight: 500 !important;
       }
       ```
   
 *  [johnnyivan](https://wordpress.org/support/users/johnnyivan/)
 * (@johnnyivan)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-colour-10/#post-10021619)
 * I second that.
    Or your changes will be wiped out next time the theme updates.
 *  Thread Starter [iain1705](https://wordpress.org/support/users/iain1705/)
 * (@iain1705)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-colour-10/#post-10023272)
 * Thanks guys, much appreciated. I’m playing around with different themes now, 
   trying Dara. Bizarrely it looks like the Dara theme on my free WordPress.com 
   has more customisation options than on my hosted not free WordPress.org.
 * Last question I promise, if you add CSS to the Additional CSS do you have to 
   specify the line number?
 * Ever onward!
 *  [johnnyivan](https://wordpress.org/support/users/johnnyivan/)
 * (@johnnyivan)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-colour-10/#post-10024169)
 * No, no line number required.
 * You just see those auto-displayed, depending on what application you’re viewing
   the CSS code in.
 * Are you able to tag on another stylesheet?
 * It’s more complicated to do that than it used to be. It’s called addign a ‘child
   theme’. So I used a plug-in called ‘Child Theme’ to set up the new stylesheet(
   which won’t be wiped out by updates), and then because the plug-in’s interface
   is awful, I downloaded the new stylesheet.
 * Now I edit that stylesheet locally and then upload. I will never edit it in child
   theme again (hopefully).
    —– Otherwise, you can ignore all of the former: and
   add to the existing stylesheet but keep a copy of your added styles locally, 
   so you can paste em back in whenever the theme updates and wipes em out.
    -  This reply was modified 8 years, 2 months ago by [johnnyivan](https://wordpress.org/support/users/johnnyivan/).
 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-colour-10/#post-10025653)
 * [@iain1705](https://wordpress.org/support/users/iain1705/), many of the features
   on WordPress.com can be had on self-hosted sites by installing and activating
   the [Jetpack Plugin](https://wordpress.org/plugins/jetpack/), but there are some
   features at WordPress.com that are not included in Jetpack. What exactly were
   you wanting that is not on your self-hosted site?
 *  Thread Starter [iain1705](https://wordpress.org/support/users/iain1705/)
 * (@iain1705)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/text-colour-10/#post-10031658)
 * Thanks for the code for font-weight in Additional CSS [@sacredpath](https://wordpress.org/support/users/sacredpath/).
   That has worked a treat.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/text-colour-10/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/text-colour-10/page/2/?output_format=md)

The topic ‘Text Colour’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sketch/1.2.4/screenshot.png)
 * Sketch
 * [Support Threads](https://wordpress.org/support/theme/sketch/)
 * [Active Topics](https://wordpress.org/support/theme/sketch/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sketch/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sketch/reviews/)

## Tags

 * [text colour](https://wordpress.org/support/topic-tag/text-colour/)

 * 16 replies
 * 3 participants
 * Last reply from: [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/text-colour-10/page/2/#post-10033158)
 * Status: not resolved