Futebol Blogger Theme

Futebol Blogger Theme
Futebol Blogger Theme


Template authorBlogger Buster
Description: Futebol Blogger Theme is a professional looking theme that has an interesting layout. The header includes a horizontal menu bar to add your categories, the image of the grass and football looks quite nice. Below it is the search box, drop-down menu for post labels or tags and the subscribe icons. 


To activate the search form, find the following code in Edit Html and add your blog url.

<div id='subnav'>
<div id='subleft'>
<form action=' BLOG URLsearch' id='search' method='get'>
<label class='hidden' for='s'> Search: </ label>
<input id='subsearch' name='q' type='text' value=''/>
<input id='subsubmit' type='submit' value='Go'/>
</ form> </ div>

The main column appears in a different format. Here the last published post is highlighted in a bigger box and summarized automatically with a larger image than the other posts.

Whereas the rest of the posts appear automatically in smaller boxes in a summarized format with thumbnail images. The boxes have rounded edges which are not visible in Internet Explorer. The sidebar on the left can be used to place additional blogger widgets.
Configure Meta tags : Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below codes :
<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
Replace DESCRIPTION HERE,KEYWORDS HERE as below. DESCRIPTION HERE : Write your blog description KEYWORDS HERE: Write the keywords of your blog separated by comma.
How To Configure Favicon : Login to your blogger dashboard--> layout- -> Edit HTML.Now Scroll down to where you see below code :
<link href='YOUR-FAVICON-URL' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
Now replace "YOUR-FAVICON-URL" with your Favicon address/url.