Remove Blogger Title Manual Text
A visitor to the Blog has trouble with a template which does not allow any way to remove the Title (Text) so that only leaves the screen and ask us how to remove it so it will only see the image he wants.

Normally this can be done from a choice of elements in Blogger, however there are times that some templates are not well done "Elements" are not recognized by the integrated Editor Blogger, so now we will remove it manually.

To begin, we must take into account the need to keep our design before touching any part of the code, remember that not always control what happens, especially if you do not have much experience.

Now, let's see what we need to remove, for starters, we must keep in mind that the CSS element: Display

What we need to go to Edit HTML found in the Control Panel of your Blog and then select the Expand box templates Gadgets.

Now you are ready to work, we have to find now are the parameters which make the title text display, so we must find the following code:

<a expr:href='data:blog.homepageUrl'> <data:title/> </ a>

Depending on whether your staff is one of the predefined Blogger or is a custom template, you will find the following code on top of what we found (marked in red):

<b:if cond='data:blog.url <b:if data:blog.homepageUrl'>
<data:title/>
<b:else/>
<a expr:href='data:blog.homepageUrl'> <data:title/> </ a>

Now we have to do is add the lines in bold are the code:


<b:if cond='data:blog.url <b:if data:blog.homepageUrl'>
<div style='display:none;'> <data:title/> </ div>
<b:else/>
<div style='display:none;'> <a expr:href='data:blog.homepageUrl'> <data:title/> </ a> </ div>

Repeat the search to find more than simply repeat the process if they have no idea why the parameter CSS "display: none" check this post: CSS Display Property
  • Followers

    Counter

    free counters
  • Site Map