If you're using the old Blogger interface: Go to Dashboard - Design - Template Designer - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.
If you're using the new Blogger interface: Go to Dashboard ('House' symbol) - Template - Customize - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.
If you're using the new Blogger interface: Go to Dashboard ('House' symbol) - Template - Customize - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.
.viewitem-inner .viewitem-content .article .article-header h1.title a, .ss{
display: none !important;
}

hided the static page thanks
ReplyDelete@shree@SOFTECHNOGEEK: Thanks for the feedback :)
ReplyDeletethis does not work for me?
ReplyDeleteCan I have a look at one of your pages?
DeleteThis doesn't work for me either. I haven't found anything that makes it work, either unless I don't give the page a name at all but then the tab on my home page doesn't have a word of any kind.
ReplyDeletewww.amandacarlisledesign.com is my blog
You're not even using a Dynamic View template. This tutorial is for Dynamic View templates only. For HTML/XML templates, check out the link I posted at the very top of this page, in my very first paragraph.
DeleteCheers.
Go figure. I knew I had to be doing something wrong. (I'm still learning this whole blogger thing.) Thanks!
DeleteGood luck in getting rid of those titles :)
DeleteSo, now I feel really silly because I tried the code for html/xml templates and that didn't work either.
DeleteI can't find the code in the other page anywhere in your template. If the code is correctly inserted, you should be able to see it when you view your blog - right click - view source. Can you verify if it is still there?
DeleteOdd... I don't see it when I right click- view source, either. However, when I go to template - edit HTML, it's there, right under the like you instructed.
DeleteRight. let's have a look at your template then. Go to Dashboard - Template - Backup/Restore - Download Full Template - Save the resulting xml file somewhere in your computer. Then go to www.rapidshare.com and upload your xml file there. You will be given a link. Give me that link so that i can have look :)
DeleteCheers.
https://rapidshare.com/files/1122714616/template-1822170211535022004.xml
DeleteHere ya go.
Thank you for looking into this for me! Normally I am able to research and figure a lot of this stuff out, but blogger is so different.
When I look at the code of this too, I also don't see the code after the b:skin part...
Right. I found what's wrong. You're using a third party template. Most tweaks are made for default templates. Here's the code that you should be using:
Delete<b:if cond='data:blog.pageType == "static_page"'>
<style>
h2.art-postheader{
display: none;
}
</style>
</b:if>
Cheers.
Awesome. Thank you so much for your help!
DeleteNo problem :)
Deletedsds
ReplyDeletehttp://tatianamassagistalisboa.blogspot.com
ReplyDeleteit doesn.t work for me either
The code above works fine for everyone, in removing static page titles in Dynamic View. You don't even seem to have any static pages. What exactly were you going for?
DeleteMy page background color is set to white and the rest (header, etc) to transparent.
ReplyDeleteMy static pages come with a black border (1px probably), do you think there's a way to remove it?
Thanks.
It's hard to tell without inspecting your blog's elements. Can I have a look at your blog?
DeleteHere are the ugly bars ;)
Deletehttp://verminamics.blogspot.com/p/contact.html
(well there's a black line that crosses the header, and I guess, a drop shadow around the page body)
This little devil took awhile to be found. Here, add this to your css:
Delete.viewitem-panel{
border: 0px !important;
}
Cheers.
A while?? This is light speed man, I just had the time to pack my bag and leave for the gym before you answered!
DeleteThanks a bunch Yoga this is great,you are great.
I discovered your blog yesterday and only found useful infos and a response time which is second to none.
Which means you earned a donation my dear.
Time for me to say cheers ;)
Wohoo! Thanks Vermine, appreciate it :) I'm buying pizza tonight :)
DeleteHi
ReplyDeleteCan you pls help to take a look?
http://cherrybunny-blogshop.blogspot.com/p/faqs-1_15.html
I have the below code but it still doesn't work. Not sure what I am missing :(. Appreciate if you can help. Thanks.
h3.post-title, .comments h4 {
font: $(post.title.font);
margin: .75em 0 0;
display:none;
}
Hi Bunny,
DeleteFirst of all, what are you going for? You've already removed your static page titles.