• Hey,

    How do I change fonts and font size on pages and posts? I tried some plugins but didn’t work well. Any advice on plugin which works with Customizr?

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Try:

    p   {
    text-align:     justify; 	/* Justify text */
    font-size:	10px ;		/* Font-size */
    font-family:	Georgia;	/* Font */
    }

    @nikeo: Another for the FAQ (in “Other Styling”):
    <li><a href="http://wordpress.org/support/topic/post-and-page-fonts-possible-to-change">style text?</a></li>

    Theme Author presscustomizr

    (@nikeo)

    Done!

    Thread Starter AlicePH

    (@aliceph)

    Thanks!
    works fine!
    Now when i changed font style on my pages. Breadcrumbs are still remain same old style. How do i change it?
    And how do i change the first word of breadcrumbs? Ex. i have Home->Tjänster , i would like to change “home” to site language swedish. Hem->Tjänster. It’s still remains in english even if i have all pages in swedish.
    Thank you so much for helping:)

    Watch this video about Firebug, which is a great tool to help you learn how to take control of this stuff yourself.

    The breadcrumbs are picked up from the body tag. So you need:

    body   {
    font-size:	10px ;
    font-family:	Georgia;
    }

    etc.

    For the language, you need to set your site up as Swedish. See here to get started.

    This does not work for me.
    I’ve tried pasting the first suggestion into the Custom CSS window, and into the Child Theme style.css.

    No effect.
    What’s missing?

    @raftersass, start a new Topic with a link to your site please.

    I use a plugin called Font http://wordpress.org/plugins/font/

    Slightly clumsy interface but works very well. No coding required.Can change fonts, size, colour, etc.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Post and page fonts. Possible to change?’ is closed to new replies.