Lately I’ve been getting a lot of people who want little changes on the theme Watercolor, today I’m going to address those changes, as well as update the theme. This is the biggest update yet, because I’ve changed the framework this theme was based off of. I had a little trouble with WP Framework, which is what I used for the previous versions of Watercolor, so I moved to Carrington CMS framework, which I’ve been using for all of my recent projects.

Because the whole theme was rebuilt, there are a lot of changes. Feel free to contact me if you see any bugs, errors, or want any changes to the theme. Most of the changes are behind the scenes, although if you are using a Webkit based browser such as Safari or Chrome, you may notice some new visuals. Ok, here’s how to change the way your title displays.
Using CSS
*requires a basic knowledge of CSS
1) Open carrington-text.css inside Watercolor>css
2) replace
#blog-description {
line-height:60px;
font-size:30px;
margin:0;
padding:0;
color: rgb(83, 20, 55);
text-shadow:0 0 1px #fff;
}
and
#blog-title a, #blog-title a:visited {
font-size: 90px;
text-decoration: none;
line-height:120px;
margin:0;
padding:0;
color: rgb(66, 53, 110);
text-shadow:1px 1px 1px #fff;
}
with your own CSS.
Using an Image
*Photoshop or it’s free alternative Gimp is required for this
1)Download PSD below
2) Open with either Photoshop or Gimp
3) Change image to your liking. (title, tagline, font, logo, etc.)
4) Save file as title.jpg
5) Place file in Watercolor>img (replace existing file)
6) Open header-default.php , located in Watercolor>header
7) Find the line starting in <!-- and delete <!-- and -->
That should be all. If you have any questions feel free to contact me and I’ll try to get back to you as soon as I can.






Hi Tim,
thank you for such a lovely theme! I don’t have a lot of experience editing themes but I think it should be easy to adjust the website title size (which is too big for me). Can you tell me where to change this because I looked through the code (above) and could not find similar code on my version. Thank you!
Hi Nancy, thanks for your interest in the theme. You can edit the css by going inside of the folder css, and editing the file carrington-text.css. To edit the title, edit
#blog-title ato edit the subtitle, edit #blog-discription.Tim–
I love the watercolor theme, but part of the reason I got it was the main title font. But when you actually use it, instead of the cool script font, it’s a basic serif font.
How do I fix that?
thanks.