Title: CSS Color issue
Last modified: September 1, 2016

---

# CSS Color issue

 *  Resolved [justframe](https://wordpress.org/support/users/justframe/)
 * (@justframe)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/css-color-issue/)
 * Hello,
 * I am using tora 1.08 and I ran into a color problem. Well it’s not a color problem
   per say it’s more like I just can’t find where in the CSS the code I need to 
   change is.
 * When you click on the archive post link in the widgets in the sidebar it sends
   you to the archive page. Now I drastically changed my color scheme. The box above
   where it would in my case say July 2016 is white, as is my text. I want to change
   this color from white to something darker but I can’t seem to find it.
 * It is also doing this when you click the category link as well.
 * Does anyone know where in the css this can be changed?

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

 *  Theme Author [vladff](https://wordpress.org/support/users/vladff/)
 * (@vladff)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/css-color-issue/#post-7605944)
 * Hi,
 * You can add this in a custom CSS plugin:
 *     ```
       .page-header h1 {
            color: #000;
       }
       ```
   
 *  Thread Starter [justframe](https://wordpress.org/support/users/justframe/)
 * (@justframe)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/css-color-issue/#post-7606106)
 * Thank you I actually managed to get it to work it looks great now! I do have 
   another question but I am going to make a new thread as its totally different
   and I don’t wanna hijack the thread.

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

The topic ‘CSS Color issue’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [justframe](https://wordpress.org/support/users/justframe/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/css-color-issue/#post-7606106)
 * Status: resolved