#navbar-iframe {height:0px;visibility:hidden;display:none}

MFBQ

Most Frequent Blogger Questions



I don't know more than I know--sometimes I know even less!
Click to see the incredible list,

All The Things I Don't Know!


If some portion of this blog is unreadable in Firefox, Internet Explorer, or whatever, tell it to go to hell then try another browser!!!

BLOGGER SUPPORT
http://help.blogger.com/?page=contact


BLOGGER PROBLEM REPORT FORM http://help.blogger.com/?page=troubleshooter.cs&problem=&contact_type=bug_with_blogger_beta&Submit=Submit

BLOGGER HELP FORM
http://help.blogger.com/?page=troubleshooter.cs&problem=&contact_type=other&Submit=Submit


Tell BLOGGER WISHLIST about a feature you'd like to see in Blogger!

Email Me if you have questions! And make sure the subject line or first two words in the message identify you as an MFBQ reader, so your email won't be mistaken as Squid, Squod, or Spam!

Email your questions to me here!

EMERGENCY STEPS

Kick-starting The Blog
1. Refresh (F5) or Ctrl-F5
2. Clear cache (delete temporary Internet files) and cookies in Tools-Internet Options.
3. Add a question mark to the end of your blog's internet address in the address box and see if it will show the latest update. (Can also be done with other people's url's in the address window.)
4. Republish (if in classic Blogger)
5. Reboot
6. Log out and log back in again (may change to an untroubled server)
7. Change browser (IE, Firefox, others)

---Not necessary to do all of these at once!---

Blogger may make problems for some computers about accepting cookies, especially when you are using the new versions of Internet Explorer or Firefox browsers. Difficulties with accepting scripts may be caused by security systems, antivirus programs, firewalls, and some add-ons. Check all your settings.

You may need to change your browser settings, or to list www.blogger.com and blogger.com as "trusted sites" in your Internet Options-Security so that scripting can occur.

USEFUL BLOGGER HELP FILE

http://help.blogger.com/bin/answer.py?answer=41971&topic=8914

[For Newbies or anyone else who gets lost in the rain in Juarez.]

Friday, May 18, 2007

Change Color And Font

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.

21 comments:

  1. What about the area outside the blog?

    I want to change the grey area outside the blog.

    How do I change it?

    Thanks

    ReplyDelete
  2. body {
    background:#ccc;

    Change the #ccc to something else; use color code or number in it's place.

    ReplyDelete
  3. Sure!

    I'd meant to say "color code or name" above, but I guess you figured it out!

    ReplyDelete
  4. hi,

    I want to change the allignment of Blog description. Right now its centre alligned, how can I change it to left alligned.

    Thanks,
    Anshul

    ReplyDelete
  5. Add this to the section in your template.

    Add: 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;
    }

    ReplyDelete
  6. how do I change font size of my post title?
    www.mon-voyage.blogspot.com

    Thanks,
    Ravi

    ReplyDelete
  7. I'd like to change the Post Title Font and Font size. Where is the setting for that? Thanks.

    ReplyDelete
  8. Ravi 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.

    ReplyDelete
  9. my bg-image always repeats - I don't want that. can you please tell me, how can i fix it? would be so great!

    ReplyDelete
  10. I think you'd replace the repeat-x with no-repeat. Try it and see.

    ReplyDelete
  11. thank you for this quick answer!

    I did this already, but than the image stops in the middle of the back. it doesn't reach from the left to right.....

    ReplyDelete
  12. 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!

    Thanks for any advice/comments.

    ReplyDelete
  13. 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.

    ReplyDelete
  14. I 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.

    ReplyDelete
  15. i still cant get it...how to change the title color, or blog title color

    ReplyDelete
  16. In "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.

    All 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!

    ReplyDelete
  17. 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?

    ReplyDelete
  18. None 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?

    I 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.

    ReplyDelete
  19. sir i had read ur article on
    "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

    ReplyDelete
  20. 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