Do not edit the Twenty Eleven theme. It is the default WordPress theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. First create a child theme for your changes.
Thats already done thanks esmi.
I’ve managed to do what I want now, I’ve got my post set as an “image” (format)
What I would liked to do now, is to remove the grey box at the bottom that contains the time and catagorie. I’ve found the CSS for it, but how can I totally get rid of that, I’m looking for the PHP/HTML file that it’s in.
Any ideas on that one please?
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
Can you provide a working link please? Images just don’t help for CSS work.
Look at the page with Firebug, that’s a great tool for identifying the CSS rules to change.
This is my website’s front page as it stands at the moment.
http://southwestdesign.org.uk/swdt/
I would like to get rid of the grey box and the contents at the bottom, i.e the date and “Posted in Uncategorized”
This is the code that I need to remove;
<footer class="entry-meta">
<div class="entry-meta">
<a href="http://southwestdesign.org.uk/swdt/archives/test/" rel="bookmark"><time class="entry-date" datetime="2012-05-21T10:07:53+00:00" pubdate>May 21, 2012</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="http://southwestdesign.org.uk/swdt/archives/author/admin/" title="View all posts by admin" rel="author">admin</a></span></span> </div><!-- .entry-meta -->
<div class="entry-meta">
<span class="cat-links">
<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://southwestdesign.org.uk/swdt/archives/category/uncategorized/" title="View all posts in Uncategorized" rel="category tag">Uncategorized</a> </span>
</div><!-- .entry-meta -->
</footer><!-- #entry-meta -->
Trouble is, I don’t know what file it’s in.
All working, thanks Chip!