Monday, September 11, 2017

How do I align the blog title to the center of the page horizontally?

1. Log in to blogger.com
2. Click Theme->Customize->Advanced->Add CSS 
3. Copy & Paste the following code into Add custom CSS box
    #header-inner {text-align:center !important;} #header-inner img {margin: 0 auto !important;}
4. Click Apply to blog

How to add a colleague as administrator to an existing blog?

1. Log in to blogger.com
2. Select the blog.
3. Click Settings->Basic, under Permission section, click +Add authors
4. Type your colleague's email address in the box and click invite authors.
5. Once your colleague's received the invitation email, click the link in the invitation.
6. Once your colleague becomes an authors, just click at the menu next to his email address in the Permission section and select Admin.

Monday, September 4, 2017

How do I share blog's design (theme) to another person?

First, you need to backup the theme by:

1. Log in to blogger.com
2. Select the blog.
3. Click Theme then on the top right, click Backup/Restore.
4. Click Download theme.
5. Send the downloaded theme to you (via email or whatever)

Once another person received the theme, he/she can upload the file to his/her blog by:
1. Log in to blogger.com
2. Select the blog.
3. Click Theme then on the top right, click Backup/Restore.
4. Choose the file and click upload.

Saturday, September 2, 2017

How do I change my blog's language or encoding?



You can change the encoding by going to Settings->Language and formatting->Change language.

How to remove "Subscribe to: Posts (Atom)" at the end of every page?

You can remove it by:


1. Log in to Blogger.com2. Click Theme -> Edit HTML3. Click anywhere in the HTML code box and press Control+F (Windows) or Command+F (Mac) to search for Blog feed links4. You will find the code below.
<b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links --><b:if cond='data:feedLinks'><div class='blog-feeds'><b:include data='feedLinks' name='feedLinksBody'/></div></b:if>
5. Just remove the line below.
<b:include data='feedLinks' name='feedLinksBody'/>
6. Click Save theme and Click View blog