BuilderChild-Adept
(Difference between revisions)
(Added == How to make text appear for site title ==) |
m |
||
| Line 25: | Line 25: | ||
[[File:2012-01-24 07-36-19.png|800px|thumb|none|After]] | [[File:2012-01-24 07-36-19.png|800px|thumb|none|After]] | ||
| + | |||
| + | == Item 2 == | ||
| + | |||
| + | == Item 3 == | ||
| + | |||
| + | == Item 4 == | ||
Revision as of 21:11, January 23, 2012
Builder child theme Adept Live Demo
Contents |
How to make text appear for site title
Adept's style.css sets a image (images/logo.png) as background for site title (.builder-module-header .site-title). If you would like to have your site's title or your custom own text appear instead of the image, add the following at the end of child theme's style.css:
.builder-module-header .site-title {
background: none;
text-indent: 0;
width: auto;
height: auto;
font-size: 2.3em;
margin-bottom: 10px;
}
.site-tagline {
margin-left: 5px;
}
Sample before and after: