BuilderChild-Resume
From IThemes Codex
Contents |
Introduction
Résumé child theme has been designed for building a WordPress résumé website.
Résumé features 3 color versions: Résumé, Résumé Blue and Résumé Dark.
Blog entry announcing the release of Resume
Résumé Blue:
Résumé Dark:
FAQs
How to replace image in Header module
Replace wp-content/themes/BuilderChild-Resume/images/site-logo-maroon.png with another with the same name.
Dimensions: 61 x 49.
How to remove image in Header module
Add the following at the end of child theme's style.css (WP dashboard -> Appearance -> Editor):
.site-title {
background: none;
padding-left: 0;
}