Hide blog title
-
I’m trying to hide the blog title from the top of this blog. Can’t seem to get the right element to display:none. I’ve read the following pages: https://www.wordpressmax.com/advanced-wordpress-guide/remove-wordpress-blog-title-and-description and https://wpthemepark.com/2007/07/09/how-to-properly-hide-the-title-of-your-blog.html but not working. Can someone tell me what I’m missing?
I added the following into the styles.css file:
#header h1.blogtitle, wp_title{
font-family:Arial, Helvetica, sans-serif;
margin:-0 0 0 0;
padding:0 0 0 20px;
text-align:center;
display:none;
}Also tried
#header h1 { display:none }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Hide blog title’ is closed to new replies.