Green Shades theme released
I am glad to announce the release of my second wordpress theme ” Green Shades v1.0 “.
Its a simple CSS based design. Green Shades because it contains nice shades of green, right from the header, sidebar, links till the footer.
If you need help regarding this theme please comment to this post.
You can also download my previous theme (Simple v1.1)
Read about it here


05-18-2007
[...] download the theme here Bookmark [...]
05-18-2007
Wonderful, beautiful theme. Very nice work — thank you for making this beautiful theme.
05-18-2007
Is this theme ‘widget-aware’?
05-18-2007
Glad you liked the theme.
No the theme is not ‘widget-aware’.
But I will make it and upgrade as soon as possible.
Please visit back to get the update.
05-19-2007
Nice blog, especially like the green.
05-19-2007
Thanks Idil for visiting
05-19-2007
very nice theme, keep up the good work
05-19-2007
Thanks Skalde
05-20-2007
Thanks for this, which I like very much and would like to use. How do I change the size of the font used in the title and subtitle of the main page?
Roger
05-20-2007
What happened to the comment I left earlier today, about font size for the title? It seems to have disappeared.
Roger
05-20-2007
Only now does the system tell me my comment is awaiting moderation. Taking Sundays off, eh? This is no way to fame and fortune.
While we’re at it, I’d like to make the top image a little higher, too. Any suggestions?
I am, BTW, using the new widgetized version.
Cheers,
Roger
05-21-2007
@Skalde: Thanks! Glad you liked my work.
@Roger:
You can find them in style.css on line 87 and line 95 respectively.
Thanks for visiting!
05-21-2007
Many thanks, Parag. Those did the trick. See http://www.rogersrambles.org/blog/ for the result.
Two further questions:
- how do I turn off linking from the title, i.e. “Roger’s Rambles”
- how do I get the template to respect spaces between paragraphs? (See my work blog - http://www.office-futures.com/blog - for how I want body text to appear.)
Thanks,
Roger
05-21-2007
Hi Roger,
Linking: In header.php on line 30 change
<h2><a href=”< ?php echo get_option('home'); ?>“>< ?php bloginfo('name'); ?></a></h2>
to
<h2>< ?php bloginfo('name'); ?></h2>
Paragrapgs: Insert the following code in style.css
p {
padding: 0px 0px 15px;
margin: 0px;
}
You can change the 15px value to any value you want. Less would make the space between paragraphs less and vice versa.
05-21-2007
Great! Many thanks for the speedy reply.
Roger
06-06-2007
This is a great template! We are having one problem. When we try to edit the theme in theme editor, we get the message “If this file were writable you could edit it.” If we try to change permissions, the files don’t work, when uploaded. How can we edit the theme?
Thanks!
06-07-2007
Nobody except you has this problem. So the problem seems to be on your side.
Are you able to edit other themes?
Try CHMOD’ing the files to 666.
06-07-2007
We originally did CHMOD the files, but when we do that, the content cannot be accessed, once the files are published…
06-08-2007
Are you able to edit other themes?
Also try reinstalling the theme.