Wordpress default theme

thanks to the people at Wordpress.org this blog is fully working. However, since I use this blog to learn a thing or two about server scrips I have done some minor changes.
To change the banner, I have only created a new banner, named the same as the original “kubrickheader.jpg” and put it in “.../wp-content/themes/default/images/“. To change the link colors, I used the Dashboard-Editor, scrolled down to Styles and choose the style.css.

All I did was to update this script snippet:

a, h2 a:hover, h3 a:hover {
color: #9E0508;
text-decoration: none;
}

a:hover {
color: #CC1100;
text-decoration: underline;
}

Presto

Tags: , ,

Leave a Reply

You must be logged in to post a comment.