• Resolved elishama

    (@elishama)


    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

    Thank you in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    (@elishama)

    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.