| Steps 1--10 to change a font or color in New Blogger |
|---|
| 1. go to the Dashboard 2. click on the Page Elements tab. 3. look up above and click on Fonts And Colors. You'll see a list. 4. on the left side click on which area you want to change color. 5. on the right side click the correct color for that text area. 6. on the left side you may have to scroll down for the font list. 7. then on the left click on which area you want to change text in. 8. on the right side click on the font, size, bold, italics you want. 9. in 4-7 above you can see the changes in the small view window at the bottom of the screen. Sometimes it has a glitch and won't show, but you can make the changes anyway if you are confident of yourself. You will see the change (or not) when you return to View Blog. If you're not confident, try again later. 10. be sure to Save Changes before you exit. |
Things you can change in the list include:
Text Color
Blog Title Color
Post Title Color
Sidebar Title Color
Date Header Color
Text Font
Blog Title Font
Blog Description Font
Sidebar Title Font
Date Header Font
Some detail about Text Fonts:
Text color is the first in the vertical list, but "text font" is sixth; if you click that link, a list of fonts (not previously showing) should appear in place of the color boxes out to the right. Furthest to the right are boxes to check for Smaller, Larger, Bold, and Italic. If you still aren't seeing what you expect, never underestimate the value of "clearing the cache and cookies".
Body (or background) Color
Oddly enough, to change the blog's background color requires going into the template. See if you find a section resembling this from one of my blogs:
body {
background:oldlace; url("xxxhttp://www.blogblog.com/harbor/rocks.jpg") no-repeat right bottom;
background-attachment:fixed;
margin:0;
padding:0;
font:x-small Georgia, Serif;
color:$textcolor;
font-size/* */:/**/small;
font-size: /**/small;
}
or, similarly, this is the code for this blog:
body {
background:#123;
margin:0;
text-align:center;
line-height: 1.5em;
font: x-small Trebuchet MS, Verdana, Arial, Sans-serif;
color:$mainTextColor;
font-size/* */:/**/small;
font-size: /**/small;
}
It's the "body" where you want to make the change or else create the color. Find or alter the color statement--whether you use a number or name doesn't matter. If you have to add the "background: color;", just be sure it's inside the brackets like you see in the two examples above.
END.

What about the area outside the blog?
ReplyDeleteI want to change the grey area outside the blog.
How do I change it?
Thanks
body {
ReplyDeletebackground:#ccc;
Change the #ccc to something else; use color code or number in it's place.
thanks ron!
ReplyDeleteSure!
ReplyDeleteI'd meant to say "color code or name" above, but I guess you figured it out!
hi,
ReplyDeleteI want to change the allignment of Blog description. Right now its centre alligned, how can I change it to left alligned.
Thanks,
Anshul
Add this to the section in your template.
ReplyDeleteAdd: text-align:left; as shown below.
#header .description {
margin:0 5px 5px;
padding:0 20px 15px;
max-width:700px;
text-transform:uppercase;text-align:left;
letter-spacing:.2em;
line-height: 1.4em;
font: italic normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
color: #000033;
}
how do I change font size of my post title?
ReplyDeletewww.mon-voyage.blogspot.com
Thanks,
Ravi
I'd like to change the Post Title Font and Font size. Where is the setting for that? Thanks.
ReplyDeleteRavi and Leetie: The best info I have is in the post where you left this message. I have been assuming that you are both in New Blogger with Layouts, but you never gave your url's, so I don't know about that.
ReplyDeletemy bg-image always repeats - I don't want that. can you please tell me, how can i fix it? would be so great!
ReplyDeleteI think you'd replace the repeat-x with no-repeat. Try it and see.
ReplyDeletethank you for this quick answer!
ReplyDeleteI did this already, but than the image stops in the middle of the back. it doesn't reach from the left to right.....
I changed the font in my header to a custom font by changing the html. My husband can't see the changes that I made when he goes to my blog from his computer. I downloaded the font to my Mac, does that mean only people with the same font on their computer will see it? I really want some different font options!
ReplyDeleteThanks for any advice/comments.
That's correct. I use a script font for my Quotes that everyone doesn't have on their computer, so only some people see it in that particular style.
ReplyDeleteI don't remember that I ever changed font colors on Comments and so forth, but I suspect you'd have to go into the template, expand the Widget Templates, and make the color change there.
ReplyDeletei still cant get it...how to change the title color, or blog title color
ReplyDeleteIn "Fonts and Colors", put the cursor over the second item ("Blog title color"). It will show a light shade of blue outlining the phrase. When you click on the phrase, the outline will turn to a slightly darker blue indicating that you have selected the color. The color you choose will appear in the small box to the left of the "Blog title color" phrase. Be sure to click on "Save changes" before you exit.
ReplyDeleteAll the above are the usual steps to make it work. If you have something else causing a malfunction, I can't guess what it is from here!
uhuh, what if the Fonts and Colors thing doesn't work? i mean when i click on it the blog shows and all that but the tools from Fonts and Colors don't show up, it's just blank.. any ideas?
ReplyDeleteNone of it shows? The list of items that starts with "Main Background Color"? The boxes with the color choices and the text font choices? The long narrow box at the bottom of the screen that shows only a portion of the blog, but scrolls through it?
ReplyDeleteI haven't had the experience except a time or two when the scroll window was briefly not showing the new selections, but my first thought is to wonder if you might need to clear the cache--have you done that? It may or may not help in this case.
sir i had read ur article on
ReplyDelete"Change Color And Font"
ok explined fine.but mine problem is when i was working with default templet it shows "colour box" but when i changed templet it is not showing the "colour box" . at present now i am using
"Magazine Template 2"
if u have any idea about it pls rply.
my blog:
www.hacking2all.blogspot.com
I glanced at your site and it looked you know a good deal about those topics, so I hope I don't embarrass myself sounding like a knowitall about Blogger. In general, when icons or links don't show on a blog, it is worthwhile to clear cache and cookies--then the missing items may reappear on the screen. If you've already done that, no other solution occurs to me at the moment. If you have other blogs or can make a Test blog, does the same problem exist on that site?
ReplyDelete