rylcolikes.com

How to Hide or Eliminate Widget Title

Email This BlogThis? Share Share Twitter to Facebook to share to Google Buzz It was very surprising at all because there is no wind no rain blogger.com does not allow its users to store widget on his blog, without use of successive titles with the new info-info from blogger.com (Read: Blogger template issued designer, a better preview of the Post, Blogger Keys issued a Share). I myself also made a surprise, "lo .. why can not" and "lha .. that this could, why can not this one? Patch on the error?" that's the words that appear when dibenak I want to save this one widget diblog. I do not know the purpose of doing all this blogger.com, whether for better improvement to the front including service? or other reasons ..
 
But for those of you faithful bloggers users who may be experiencing the same thing like me, you do not have to confused and do not have prejudiced the not-not because they also happen to all users bloggers. Nach, for those of you who want menapilkan widgets without a title may be the reason of less fit, less attractive, and other reasons .. Read the following tricks: 


 
Step 1: Hide Title Widgets • Login to Blogger.com • The Layout • Please keep your widgets before using the title, after the Save • Then select Edit HTML • Check the Expand Widget • Then find the widget code on the template you saved earlier, let me easily press F3 or Ctrl + F • Then type the title of the column Widget Find your earlier, more or less code as follows: 





<b:widget id='HTML' locked='false' title='Nama Anda' type='HTML'> Widget 

<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>
  
<div class='widget-content'>
    
<data:content/>
  
</ Div> 


Replace the red code with this code <h2 style='display:none'> <data:title/> </ h2> • The Save Template 


Step 2: Remove Title Widgets • Log in and follow the steps above • In editing the widget code, note the following code: 


<b:widget id='HTML' locked='false' title='Nama Anda' type='HTML'> Widget <b:includable id='main'>
 
<! - Only display title if it's non-empty ->

remove the red code  
 
After that, Save Your Template