Missing Site Title?
-
I just noticed that the site title on my page (baseballyakker.com) is missing. The change probably occurred when I upgraded to the latest version of customizr. I’m looking around and I can’t find any reason that it’s not appearing. The site title (“Yakker”) is set in the general settings, but it’s not appearing in the theme.
The solution is probably something really simple. Is there a toggle on/off for the site title that I’m just missing?
For what it’s worth, here’s the custom CSS I’m using:
.tc-header .brand h1 {
font-size: 60px;
font-weight: normal;
font-family: ;
}
.navbar-wrapper .navbar.resp h2 {
display: block;
margin: 0px;
padding-bottom: 0px;
}.navbar-wrapper .navbar h2, h2.site-description {
width: 100%;
text-align: center;
font-style: normal;
font-weight: normal
font-size: 1.1em;
font-family: ;
}
.navbar .navbar-inner .site-description {
width: 100%;
text-align: center;
font-style: normal;
font-size: 1.5em;
font-family: ;
}/* Adjust Menu colors – Normal */
.navbar .nav > li > a, .navbar .nav > li > a:first-letter {
color: #000;
text-shadow: none;
font-family: georgia;
font-size: 1.2em;
font-weight: normal;
}
/* Adjust Menu colors – Hover */
.navbar .nav > li > a:hover, .navbar .nav > li > a:hover:first-letter {
color: grey;
text-shadow: none;
}
/* Adjust Menu colors – Active */
.navbar .nav > li > a:active, .navbar .nav > li > a:active:first-letter,
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-ancestor > a,
.navbar .nav > li.current-menu-item > a:first-letter,
.navbar .nav > li.current-menu-ancestor > a:first-letter {
color: #000;
text-shadow: none;
}
aside.tc-widget-placeholder {
display: none;
}—
Thanks,
CalebThe page I need help with: [log in to see the link]
- The topic ‘Missing Site Title?’ is closed to new replies.