I have a blog at Blogger. Recently my friends ask me if I could change the background color and increase font size for my posts. After search on web, soon I found solutions.
Change Background Color
First go to Theme, then Edit HTML.
Expand line 9,
b: skin
section.![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjlQJ8AnX85_L5H6RK6WV1A2F9CGv7Q-4bwnYnKi7mgaeOiwoMZyidCXOfKZk8LF1iNWhko4TlQMK0RY2X4PJ-O0_ehVYveXCVPzEu7Pn_JP5CtS_-tCniiNOFMiZGVCiuKnL19/s320/vim1.jpg)
Search for "post.background.color". You will find this as variable definition.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJP5PrGBgkjV5l1DxWtuPHcEvGMB-_RkAGLLcZWF_kGMjS85L4H9Pzxy7g97uxNVaLEl_m_vQOHUjrAreny6JMwMmL9-Ig8EB6aZuoL-9BTRP3Cxs8-BqzFTSlyGwmQoZucF_w/s320/vim2.jpg)
In my Blogger, it is located at line 32: Make a copy the variable first. Then you can make change:
- <Variable name="post.background.color" description="Post Background" type="color" default="#ffffff" value="#353d4a"/>
- <Variable name="post.background.colorDeleted" description="Post Background DELETE" type="color" default="#ffffff" value="#1c1c1c"/>
Make sure the description on line 2 is not as same as description on line 1. I think that the description is a key for variables.
This variable is used for the class of
post.outer
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi414oofUBn47pBsBaHGIyowue_c5RtGEs8RgSn0OuWK17PYGSFE8gKrKILfzxhWm_wrSC5ivtKJhUWBAxN1twXJiQg66dA2fzvX0s978hYo6TPEursQiUiyvtrh7KE5eLuLJl0/s320/vim3.jpg)
Change Font Size
Another change I would like to do is to enlarge text size of post. This is very easy to do. Find "post-body" in HTML template
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWr5Qvfec6tfuckicUbUCEevDX3jji8I6aDTVmTC7vfbVCjMfXczNm8m-buNeu9W71wpCBrllvpBUnLR5h-EAzsrwg7NSqdnPoZAup15P7nW69uP0q-cLoL0m00yenoSOn9SDv/s320/vim4.jpg)
In my Programmer's blog, I could not find
post-body
. The size of text is defined in body
class.![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6MM80ImJJcGU_Wo6W4N3y02YTHAtCPDbUHKxM71UhzChZ0VUHzsnmYV4eSM0qdH3SGaIIHwhB-NPESnAkReOd2gH9mglyKxQUM_4IpbysutlQucwPVNg5WoVH5sPdSZIgeCVd/s320/vim5.jpg)
0 comments:
Post a Comment