21 August 2008
Change the shape of the box of Neo Template
Go to Layout tab and select Edit HTML
In Edit Template, find the css code, #header-wrapper {
Change the value of -moz-border-radius and -webkit-border-radius.
If change the value of both to 2px, the box will become square
if change the value of both to 30px, the box will become ellipse
Next, change the value #post {
Change the value of -moz-border-radius and also -webkit-border-radius.
On the other hand, if you add a new widget into you blog, for example, Google Adsense, but it doesnt have the box surronded it. So, how to add a box to surround Google Adsense?
In edit template, find Google Adsense css code -#AdSense
add
-moz-border-radius: 2px
-webkit-border-radius: 2px
before
}
Then you Google Adsense will have a box surrounded it.
If you have another widget in your blog, just follow the instruction above. If you have any question about it, please leave a comment here. Thanks!
No comments yet