Open top menu
Tutorial # 5 - How to Remove "Home" link and "Subscribe to: Posts (Atom)" link

Step 1
Step 2: Go to template editor.
Step 3
Click anywhere in the code area and press Ctrl-F to open blogger's search box.
Step 4

To remove Home link

Search for datahomeMsg from the template:
You will find the line: a class='home-link' exprhref='datablog.homepageUrl'datahomeMsga

Remove that entire a link tag. You will see two occurrences one is for mobile version another one is for desktop version. Also remove the second one or comment it(means to enclose that line between /*......*/ in order to make it ineffective).

To remove Subscribe to: Posts (Atom) link

Search for <b:include data='feedLinks'name='feedLinksBody'> and just remove this line

Then save your template.

Step 5: Now you're done

Read more
Tutorial # 4 - Customizing the Blog Template

Step 1

Step 2: Understand the various components in the Layout
Step 3
Step 4: Blog posts have numerous options
Step 5: In the Layout section, click on "Template Designer" in order to make live changes which include background, layout and width adjustments. 

Read more
Tutorial # 3 - Changing the Blog Template or Theme

Step 1: Templates can either be selected from the given list below or uploaded from the computer.
Step 2
There are various websites which provide blogger templates/themes, namely:-
From such websites you can download the templates. The templates are usually found in zip files. You need to unzip first and then select the .XML file to upload as shown below.

Read more