Title: Text Color
Last modified: August 21, 2016

---

# Text Color

 *  Resolved [ldelacruz0204](https://wordpress.org/support/users/ldelacruz0204/)
 * (@ldelacruz0204)
 * [12 years ago](https://wordpress.org/support/topic/text-color-22/)
 * My text in the content area of the footer area is very close to the background
   color and not very visible. Where do I adjust the footer color content text?
 * Also, what is the # for the color orange that is used for the site?

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Theme Author [Venkat Raj](https://wordpress.org/support/users/webulous/)
 * (@webulous)
 * [12 years ago](https://wordpress.org/support/topic/text-color-22/#post-4854718)
 * Could you please post link to your site and mention the problem? Use “FireBug”
   addon for Firefox/Chrome to find colours hex values
 *  Thread Starter [ldelacruz0204](https://wordpress.org/support/users/ldelacruz0204/)
 * (@ldelacruz0204)
 * [12 years ago](https://wordpress.org/support/topic/text-color-22/#post-4854748)
 * Thank you for the prompt reply.
 * The text under footer 1,2,3,4. The text under the headings Areas Served, Phone
   Systems, Structured Cabling.
 *  [chris1design](https://wordpress.org/support/users/chris1design/)
 * (@chris1design)
 * [12 years ago](https://wordpress.org/support/topic/text-color-22/#post-4854752)
 * Hi,
    Here’s the code you can add to your style sheet or your custom.css file:
 *     ```
       body {
         color: #FFFFFF;
        }
       ```
   
 * And the code for the color orange is : #FF4200
 * Have a good day! Chris
 *  Thread Starter [ldelacruz0204](https://wordpress.org/support/users/ldelacruz0204/)
 * (@ldelacruz0204)
 * [12 years ago](https://wordpress.org/support/topic/text-color-22/#post-4854756)
 * Chris,
    Thanks for the reply. The text I would like to change the color on is
   actually in the footer area. I can’t seem to find the location to change the 
   text color in the footer area. You can view at my website below, scroll down 
   to the footer area and it is the dark gray text under the heading AREAS SERVED,
   I would like to lighten the text color.
 *  Thread Starter [ldelacruz0204](https://wordpress.org/support/users/ldelacruz0204/)
 * (@ldelacruz0204)
 * [12 years ago](https://wordpress.org/support/topic/text-color-22/#post-4854757)
 * [http://datatelconsulting.com/cabling/](http://datatelconsulting.com/cabling/)
 *  [chris1design](https://wordpress.org/support/users/chris1design/)
 * (@chris1design)
 * [12 years ago](https://wordpress.org/support/topic/text-color-22/#post-4854760)
 * Hi Idelacruz,
    Here’s the code you can put in your style.css or custom.css sheet.
   It will make the text in your upper footer white instead of grey:
 *     ```
       #colophon .row {
         color: #FFFFFF;
        }
       ```
   
 * Hope it works this time. Regards, Chris
 *  Thread Starter [ldelacruz0204](https://wordpress.org/support/users/ldelacruz0204/)
 * (@ldelacruz0204)
 * [12 years ago](https://wordpress.org/support/topic/text-color-22/#post-4854805)
 * Chris,
    Thanks a bunch. I’ll give that a try.
 *  Theme Author [Venkat Raj](https://wordpress.org/support/users/webulous/)
 * (@webulous)
 * [12 years ago](https://wordpress.org/support/topic/text-color-22/#post-4854807)
 * Your are using text widget and not enabled “Automatically add paragraphs” option,
   that is a part of problem. If you enable it, the problem will be disappear. If
   you still want to display text without <p> tags, then add this rule to custom
   css (Dashboard => Theme Options => General Settings => Custom CSS textarea)
 * .site-footer { color: #dedede; }
 *  Thread Starter [ldelacruz0204](https://wordpress.org/support/users/ldelacruz0204/)
 * (@ldelacruz0204)
 * [12 years ago](https://wordpress.org/support/topic/text-color-22/#post-4854816)
 * Thank you guys for all the help. I enabled the “Automatically add paragraphs”
   and now it is showing as I needed. Chris1design answer will also give me more
   flexibility. Thanks for everything.

Viewing 9 replies - 1 through 9 (of 9 total)

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

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

## Tags

 * [font-color](https://wordpress.org/support/topic-tag/font-color/)

 * 9 replies
 * 3 participants
 * Last reply from: [ldelacruz0204](https://wordpress.org/support/users/ldelacruz0204/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/text-color-22/#post-4854816)
 * Status: resolved