How to Customize the Blogger Label Cloud - Change Font Size, Font Colors, Add Border Around Each Label

September 05, 2016


Today's tutorial is a very simple CSS code tutorial. There is very little editing to be done. There are two codes I'm going to share today. One Changes the font size and adds borders. And the other changes the colors.

I'm guessing if you are reading this tutorial you already have a label cloud widget. If you don't they are simple to add.


To Add A Label Cloud
 
1. Go to Dashboard>Layout>Click Add A Gadget where you'd like your cloud to go

2. Scroll down and select Labels>Choose how you'd like the labels and organized>Title it if you'd like>Then select Cloud>

3. Click save and move your cloud where you want it if necessary


Now on to customizing the Label Cloud.


How to Make Your Blog Look Like It's Not on Blogger

August 22, 2016



My blog is hosted on blogger. Can you tell? Probably not. I have removed the blogger navbar, the attribution that says "powered by blogger" and I changed my favicon to my own logo instead of blogger's logo. 

I also removed almost every blogger gadget on my blog and replaced them with HTML gadgets that give me more customization and are easier to edit and from my point of view I got rid of those annoying little wrenches and pencils called "quick edit" tools

I've also edited my HTML itself. HTML is all the code that goes together to create your blog. I've added HTML Gadgets but I've also edited the HTML backbone itself. 

Today we are going to get into a little HTML editing and adding a little CSS code. Don't worry I'm not going to get to in depth with HTML editing. Today the HTML editing is all just search and delete.


How to Center Titles with CSS Code on Blogger

August 15, 2016



This one is a short and Simple Tutorial. For some reason Blogger really doesn't like to center things. I remember this being so frustrating when I started using Blogger. It's actually really simple fix. Just a few lines of CSS code and poof everything is centered.