It's easy to change the font of your Blog Title, you just go to Layout > Advanced > Blog Title. But there's no option for that for your Blog Description.
I did a little research and found this code:
Again,
First thing you need to know is this:
Step 1: Got to Layout on the Blogger Home page
Step 2: Click Advanced
Step 3: Go to "Add CSS"
This menu is about to be your best friend :-)
Option 4 - How To Change The Font of Your Blog Description on Blogger
I did a little research and found this code:
Again,
First thing you need to know is this:
Step 1: Got to Layout on the Blogger Home page
Step 2: Click Advanced
Step 3: Go to "Add CSS"
This menu is about to be your best friend :-)
Option 4 - How To Change The Font of Your Blog Description on Blogger
This is pretty easy, continuing from above,
Step 4: In case you have any other CSS codes added, press enter to skip a line and to make sure you don't mess up any of your coding.
Step 5: Find a blogger font you like - I went under Layout>Advanced>Blog Title and picked the same font my blog title has which is the "Dancing Script"
Step 5: Find a blogger font you like - I went under Layout>Advanced>Blog Title and picked the same font my blog title has which is the "Dancing Script"
Step 6: Paste the following -
.description{
font-family: Dancing Script;
}
Step 7: Replace my font choice "Dancing Script" with your font choice e.g Arial
Step 8: Check it out
xx
.description{
font-family: Dancing Script;
}
Step 7: Replace my font choice "Dancing Script" with your font choice e.g Arial
Step 8: Check it out
xx
No comments:
Post a Comment