6/21/2013

How to style your sidebar or post title - Style 1

6/21/2013

Hi guys, starting from today I will update one by one post or sidebar title just for you guys! You can send a request to me on what style you want me to make for the next tutorial. As for Style 1, I make a very simple post and sidebar title style which will suit those with a minimalist theme! You may edit them to your own style too.

Click here to see the live preview.

To apply this style to your post and sidebar title, follow the following steps. The steps seem complicated but trust me, it is easy. Just follow the steps carefully so that you won't messed up your blog!

For Post title

1. Go to Dashboard > Template >Edit HTML 
2. Click in the HTML box > and press CTRL + F to search code.
3. Paste this code under <head>
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet"/>
4. Then, search for h3.post-title.
4. You will immediately directed to this code: Don't worry if the codes inside the { and } look different than yours because you might have followed other styling tutorial before. I am using the original and untouched white simple template from Blogger.

5.  Remove the codes I highlighted, and replace them with this:



6. You are done!


For Sidebar Title

1. Search for div.widget > h2 and you will find something like this.

2. Just as the Post title, remove the whole codes that I have highlighted and replace the codes with this:

3.Now you are done!

Thank you for reading :)

6/02/2013

How to remove attribution (Powered by Blogger) on your template designer

6/02/2013

Assalamualaikum and hi, this tutorial is to remove the attribution. Blogger refrains people from remove "Powered by Blogger" because this widget is locked. You can either unlock the widget or just remove the attribution codes. As I think removing the code would be better and easier, I'll only show you how to remove the code.

  Dashboard > Template > Edit HTML
  Click "Jump To Widget"
  Click Attribution1 
  You will be redirected to this code:
<b:section class='foot' id='footer-3' showaddelement='no'>
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
</b:section>
 Delete all of them and save.