Title: Chateau theme font color
Last modified: August 20, 2016

---

# Chateau theme font color

 *  Resolved [elishama](https://wordpress.org/support/users/elishama/)
 * (@elishama)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/chateau-theme-font-color/)
 * Hi, I have the Chateau theme installed and am very happy with it. However I would
   like to change the font color of the page links that appear at the top of the
   screen. They are completely unreadable against my background color, so visitors
   would never know they are there.
 * I would also like to change the color of the widget titles in the sidebar, to
   make them a bit darker for the same reason.
 * Please help. Site is [http://www.tattedtreasures.com](http://www.tattedtreasures.com)
 * Thank you in advance.

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/chateau-theme-font-color/#post-2228568)
 * in style.css:
 *     ```
       #menu a {
       	border-bottom: 1px solid #fff;
       	border-top: 1px solid #fff;
       	color: #999;
       	display: block;
       	font-size: 0.9em;
       	padding: 3px 10px 5px;
       }
       #menu a:hover {
       	color: #000;
       }
       ```
   
 * and:
 *     ```
       .sidebar-widget h1 {
       	color: #8D8767;
       	font-size: 0.9em;
       	letter-spacing: 0.1em;
       	padding-bottom: 10px;
       	text-transform: uppercase;
       }
       .sidebar-widget h1 a{
       	color: #8d8767;
       }
       ```
   
 *  Thread Starter [elishama](https://wordpress.org/support/users/elishama/)
 * (@elishama)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/chateau-theme-font-color/#post-2228700)
 * Thank you, this worked perfectly and my links are now readable.

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

The topic ‘Chateau theme font color’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [elishama](https://wordpress.org/support/users/elishama/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/chateau-theme-font-color/#post-2228700)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
