Entree
From IThemes Codex
Contents |
Video walkthrough
The video below briefly goes over how Entree demo site is set up.
Changing the color of widget-title-bg.png, the background image of widget titles
Watch http://sridharkatakam.com/videos/ithemes/builder/editing-widget-title-bg/
How to remove dates in posts on Menu and Locations pages
Add the following at the end of child theme's style.css:
.blogroll-loop-content .entry-meta.date .day, .blogroll-loop-content .entry-meta.date .month, .blogroll-loop-content .entry-meta.date .year {
display: none;
}
.blogroll-loop-content .entry-meta.date {
height: 30px;
}
.blogroll-loop-content .entry-content {
padding-top: 50px;
}