Using 5 Colours
-
Hi, I’ve recently upgraded to the custom design package, I’ve managed to work out how to most of the bits that i wanted, but i can only seem to use 3 custom colors on the customization page, even if i drag another color to circle it doesn’t seem to pick up, i’m using the theme grisaille, so i wanted to know if this is possible. I want to change the post headings and the widget tool bars to another color thanks
The blog I need help with is: (visible only to logged in users)
-
-
-
Are you aware that Staff work forward through threads tagged for their attention from those with the earliest date/time stamps forward to those with the most recent date/time stamps?
-
Hi seriousbacon,
The Grisaille theme only supports three colors in the Custom Colors section: background color, links hover color, and links color. However, you can use custom CSS to set colors for other elements on the page. If you aren’t familiar with CSS, you may want to start by looking at these links:
If you have any questions about this, please let me know!
-
I want to change the post headings and the widget tool bars to another color thanks
Here is some example CSS that will change the heading and widget title background colors to black:
#secondary-content h3 { background: #000; } #primary-content h2.post-title { background: #000; }You can change the color codes to the word “inherit” to turn them off or pick a different color code.
- The topic ‘Using 5 Colours’ is closed to new replies.