Seo Master present to you: To change your blog's date header color and font style, you can do it with a very simple CSS adjustment that will make the date header to float on the left side of your post and to be partially out of the structure like a banner with a colorful appearance.
See the result in the image below: How to do it Step 1. Login into your Blogger Dashboard, select Template option > click on Edit HTML Step 2. Select Expand Blogger Template and search (CTRL + F) for the following code: date.header Or... .date-header Step 3. Add the following code snippet just below of it background:white; Putting it all together, it should look something like this: .date-header span { To modify the style, replace the above bold/colored codes... to change the background color:
Example: color: #0000cc; to change margin-left: (represents the distance between date and blogger post)
|
Labels: Blog Design, Hacks