How to make Blogger widget title invisible from the blog
This is what need to be done:
Search for the title of the widget (Example for Printfriendly widget).
Edit the code from (Example):
<b:widget id='HTML1' locked='false' title='Print PDF powered by www.printfriendly.com' type='HTML'>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<h2 class='title'><data:title/></h2>
</b:if>
To (edits are in read):
<b:widget id='HTML1' locked='false' title='Print PDF powered by www.printfriendly.com' type='HTML'>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<!-- <h2 class='title'><data:title/></h2> -->
</b:if>
Basically just comment the line where it display the title to the blog.
lovely post
ReplyDeleteThanks
DeleteThanks! Also, do you know how I could shift my left sidebar to more left? I want to reduce the white space margin on the left on my screen.
ReplyDeletewww.fictionparker.blogspot.com
Well done! it worked
ReplyDeleteThankyou :D
ReplyDelete