Friday, August 21, 2020

Modify post titles font, size, Style of Blogger Default template

Modify post title's font, size, Style of Blogger Default template If you are using blogger default template then you can change the post title font, size, Style and color easily. Blogger default template use has great opportunity to change most of the part by using template customizer where you don't need any CSS knowledge. And you don't have to work manually. Readmore:Change Post Title Font, Size and Color on custom Blogger template In this tutorial I will show you how we can change the Post title font, size, Style as well as color by adding a simple piece of code block. Just follow the below steps- Step #1:Sign in to your blogger account and go toblogger dashboard Step #2:On Blogger Dashboard Click-Template - Customize Step #3:Scroll down andSelect -Advanced -Post Title Step #4:Under Font list select any font. My recommendation to choose Google Web font because those are unique and stylish. For this reason I have selected 'Oswald' font. But by default you will find 'Arial' font. And from font size option select the font size. As well as choose Bold or Italic style. Step #5: Finally Click on Apply to Blog button from top right corner. How to change the post title color on Post page When a visitor enter into your post page then your blog post title by default containing black color. But we can change the color by adding a simple CSS code. First of all you have to select a suitable color which you can choose from our Color Picker. After that proceed to the tutorial- Step #1:Sign in to your blogger account and go toblogger dashboard Step #2:On Blogger Dashboard Click-Template - Customize Step #3:Scroll down andSelect -Advanced -Add CSS Step #4:Copy and Paste the below code Add custom CSS code fieldand hit theSavetemplatebutton. h3.post-title{ color:#F90808; } Customization In this example I have selected Red color color:#F90808; for post title that will show after entering in the post page. You can use different color. Hope this tutorial will help you to modify blogger default template's post title font, size, Style and colors.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.