Discussions
Layout features for new Blog template
Posted by shef26 • 5/27/09 • Subscribe to this Discussion [RSS] • Report This Topic
Topics: blog, blogger, layout, template
I downloaded a new free blogger template (HTML)and couldn't find how to add layout features to it. Can anybody help me with this ?
User Comments
-
-
hey i am done with the layout features..now please tell me how to change the text font of my posts in this new template. my blog link is shefalidhamija.blogspot.com/
-
-
normally it is at dashboard>layout>fonts and color>post text font or text font.
if this option is not there reply back. -
Search for following code in edit html.
then change the font size and color there.In case u want to change color you need to enter hex code of the color.font size can be changed by changing px value.
.post {
margin: 0px 0px 0 5px;
padding:0px 0px 0px 0px;
height: 100%;
text-align:left;
color:#666666;
font: 12px;
} -
-
This is a great site you can actually add page elements to areas that don't already have them. If you know some html you should do fine with the changes. Good Luck.
tips-for-new-bloggers.blogspot.com/2007/08/recent-comments-and-recent-posts...
Add Your Comment
Login to leave a message.




