changing case in header from default font

  • Unknown's avatar

    I have selected a font from the custom upgrade which defaults to all caps for all headers in the text area. How do I change this to first letter capitalization as it is actually entered? All my entries are pages, not blogs.

    The site is still in draft mode, but I include it here so you can see the problem.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,
    I’ve flagged this thread so it will be moved to the CSS Forum for you.

  • Unknown's avatar

    I’ve gone ahead and moved this to the CSS Customization forum, where you can get the assistance you’re after. Happy blogging!

  • Try this:

    .entry h1, .entry h2, .entry h3, .entry h4, .entry h5 {
        text-transform: none;
    }
  • Unknown's avatar

    I am so new to this. Where do I insert your suggestion of

    .entry h1, .entry h2, .entry h3, .entry h4, .entry h5 {
    text-transform: none;
    }

    I am on Edit Page of WEB.CSS. I only have 2 options for something to be entered: visual and text. If I make this entry under text, the page doesn’t change. The code you gave me above comes out as text under “visual” and on the draft preview of the page.

    How do I actually change the default of the font I have selected which is FF Market?

    Thanks for any help you can give me.

  • Go to your dashboard, then Appearance (on the left sidebar), then Custom Design, then click the tab for CSS.

    Add the CSS above to the CSS stylesheet editor, and then click preview. If you like the page with the new CSS, click save stylesheet. You can always remove items from the stylesheet that you make by returning to this area and just deleting attributes. You can also add to it or modify it at any time.

    You’ll see near to the tab for CSS is a tab for fonts – you can go there to select or change the fonts you have loaded at any time as well.

    I hope that helps!

  • Unknown's avatar

    Thanks so much! That worked.

  • Unknown's avatar

    I’m trying to do something similar.. The default font in my forum is probably around 8 or 10.. it’s way too small.. anyone know how to make it 2 sizes bigger as default?

  • The topic ‘changing case in header from default font’ is closed to new replies.