Kubrick theme – removing blog name from header
-
I’m trying to get rid of the blog name and description in the Kubrick header and found these directions:
“The best way of doing this, is to open wp-layout.css. Find the first entries you can find for ‘H1’ and ‘.description’. Now add ‘display: none;’ to the values in there.”
Would the example below be the the first entry for ‘H1’ in the stylesheet?
h1, h2, h3 {
font-family: ‘Trebuchet MS’, ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
font-weight: bold;
}h1 {
font-size: 4em;
text-align: center;
}OR IS THIS IT
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
text-decoration: none;
color: white;
}If one of those is corrent, where would I add ‘display: none;’?
- The topic ‘Kubrick theme – removing blog name from header’ is closed to new replies.