Neutra is a simple and elegant theme for WordPress. Grid-based with focus on simplicity and typography.
Preview: An online demo is available to preview Neutra.
Download: Download Neutra from WordPress Themes.
Error and issues: Report any issues you may encounter with Neutra 0.1 by posting a comment below.
License: Neutra Theme is released under Artistic License 2.0.
23 responses
Having played around with it, the photo will align left and/or right but not if you caption the photo.
Do you have any idea why or where I might look to fix it?
Thanks
@Sammy: Can you give me a link to the page? I can test and let you know.
Possible a missing class in the CSS, although I’ve submited to WordPress Extend with all classes needed.
Thanks,
Liv.
Liv,
Thanks so much. I’ve got it to work. Sorry for the delay in responding.
Neutra was an instant hit with me as soon as I saw it used by another blog. I redesigned mine instantly and never looked back … Thanks for sharing Neutra among the WordPress Themes!
Hi, I really like this theme. I have one problem the text in the with “Nils-Snake.de” how i can replace that text with an image ?
I look in the CSS but when i import an image, the image reduplicat.mfg
Hello,
You have two options basically.
Via the HTML, open the header.php from the theme folder. Replace the h1 and p.description tags from the #logo section with the image you want (img src=”")
CSS version:
- Open style.css
- Find #logo h1
- Add text-indent:-9999px; inside the #logo h1
- Add background:url(images/logo.png) no-repeat; inside #logo h1I hope you can manage. If not, let me know, I’ll help.
- Add the width and height.
Oh, it works
Thank you, now i must update my logo
it looks horibble
Hi!
I really like the theme, it really fits my need.
I’m no expert, but there seems to be a little flaw somewhere, causing your theme to not be wc3 compilant.
I haven’t eddited the themecode.-J.
@Jonathan: Hi, Jonathan.
Thanks for pointing the errors -
It seems that one error is from one WordPress post which automatically inserts style tag inside a post.
I’ll try to update the theme in a few days – it’s only related to no content inside the clearing div that I use (div class clearing)
Thank you.
Hello admin,
I have a second problem or a question =)I bind the code for the image in the blog header but i need that the image at once a link to the home site you know what i mean ?
lg
Hi Nils,
Yes, I understand.
Via CSS: Add the background-image from the #logo h1 tag to the #logo h1 a, in the CSS. Set a width and height and add text-indent:-9999px to #logo h1 a;
Via HTML: insert the logo by editing header.php – add the img path to your logo inside the h1 a
Let me know if it’s all ok.
Hi,
I really like the Neutra them for its clean and uncluttered appearance.
I am trying to add my corporate logo to the title page instead of the blog title or name. Any suggestions? Also, the colours in the horizontal colour bar do not match my new corporate logo so I would like to either remove the bar, hide it, or change the colours?
What would you recommend as the simplest approach?
Thank you in advance.
Andrew
Hi,
I followed the tips from your Feb 1st reply but I know I am doing something wrong. I uploaded the logo to the media directory and I am trying to reference it. The code appears where the logo should. Any suggestions?
Thanks,
Andrew
Hi Andrew,
I’ll send you an e-mail in a few minutes on how-to insert the logo.
As to the colours, I’ll suggest playing with changing the colours of the horizontal lines – you can try more lighten colours. You can also opt for hidding it, if the colours doesn’t work out so well – leaving it without colours leaves a blank space on the left. Well, that’s my guess without viewing your logo.
P.S. – Later edit: I’ve sent you the e-mail now. Let me know
Hi, I also would like to know how to insert my logo to the left, above the multicolored bar. Can you send me an email too?
Thank you,
Erin
Hi,
Thanks a lot for sharing this practical theme.
Is there a way to add a banner/header image between the blog title (on the left) and the search bar (on the right)? If this is too much trouble, then how can I replace the page title with a logo?
Many thanks for your help.
Germán
Hello,
Sorry both for replying so late.
@ Erin: Please see the comment I made at February 1, 2010 7:52 pm – It will show you how to add an image via CSS. Or you can go to header.php and replace the H1 headline with an img src=PATH_TO_YOUR_LOGO to point to your logo.
@ Germán: To replace the logo, you can edit the header.php, as I already said above (Use img src=PATH_TO_YOUR_LOGO) or via CSS.
To add an image between blog title and search bar is a bit more complicated and you need to know CSS. There isn’t any DIV inserted in the theme and I’m looking into the next version of Neutra to make the Header part of theme to be more practical.
Thanks,
- Liv.
Beautiful theme! Thanks.
Any chance of a 3 column version with a column left of the main one?
@ John Nail: Thank you.
I’m not sure if I will work on a (very) modified version of Neutra – I want to keep it simple. I’m planning to add the suggestions I’ve received from users and see from there.
Thanks,
- Liv.
Hi, i have a problem with your theme and the plugin Sexybookmarks. There is a little images behind the icons of the plugin. You can go into my page to view what i mean.
Thanks and great theme anyway.
Hello,
Thanks for pointing it out. It seems it’s from Neutra’s stylesheet.
Add to style.css the following line:
div.sexy-bookmarks ul.socials a { background-image:none !important; }
It should do the job.
I’ll fix this in the next version of Neutra.
Thank you,
- Liv.
Thank you so much. That works great.
Looking for more? See all posts on the blog.

I really like the theme but I’m having a problem. I am unable to wrap text around an image. I understand that I need to align an image left or right using the tools of the image insert feature of wordpress but it doesn’t appear aligned when I publish. I have several WP blogs (self hosted) and have never had this problem.
I’m not sure if it’s a wordpress issue or one with Neutra. I’ve tried modifying the style sheet but with no success. I’m using the latest version of WP 2.8.6.
Is there something in one of the templates I should address?