Remove top headline from Cutline
-
Hi,
This is perhaps a stupid question but I want to remove the top headline where it says the name of my blog.
I want the blog to start with Front Page and About tabs and then the picture. That’s it.
I have css, can anyone help me?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
-
-
Hi again, I tried it but doesn’t seem to work, it’s probably just me not doing the right thing. Can you expalin more detailed where exactly to put display: none;
Many thanks!
-
tsp is right and you’d actually have to purchase the CSS upgrade for the change to be permanent.
it should work in the “masterhead h1” class or try the other class that’s called “masterhead”
looks like this,
#masthead h1 { padding: 15px 0; border-top: 1px solid #ccc; text-align: center; clear: both; } -
-
-
@magsandjunk, you REALLY should learn at least how CSS is structured, and get a rudimentary understanding of it before you start editing the CSS. All declarations have to go between the brackets.
#masthead h1 { border-top:1px solid #CCCCCC; clear:both; display:none; padding:15px 0; text-align:center; }
- The topic ‘Remove top headline from Cutline’ is closed to new replies.