• Resolved sderooy

    (@sderooy)


    On one of my pages I am trying to change the font of the first sentence into Header 1 size. Size of H1 has been set at 35 (Appearance > Theme Options > Fonts), but it doesn’t change and keeps the font in the normal P (paragraph) size.

    Text is: <h1 style=”text-align: center;”><span style=”text-align: justify;”>MY OWN TEXT COMES HERE</span></h1>

    Anyone has a solution for this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    <h1 style="text-align: center;"><span style="text-align: justify;">MY OWN TEXT COMES HERE</span></h1>

    If you insert this code in text instead of visual editor, everything will be okay.

    Thread Starter sderooy

    (@sderooy)

    I did enter the code in text. The funny thing is, the visual shows it correctly, but when you publish and go to the page online, it shows as normal P (paragraph) size.

    Theme Author Fruitful Code

    (@fruitfulcode)

    I reproduced your request on this page
    http://themes.fruitfulcode.com/fruitful/fonts-issue/

    Thread Starter sderooy

    (@sderooy)

    That’s weird as I have EXACTLY the same code in “text” and still comes up as P

    What I did notice: in your page’s source I found <meta property=”og:description” content=”MY OWN TEXT COMES HERE” />

    I don’t have this line in my page’s source. To be honest, I have no idea what a meta is and what it does, but might this be the issue?

    I really appreciate your help in this, very good customer service

    Cheers,
    Sander

    Theme Author Fruitful Code

    (@fruitfulcode)

    sderooy,

    It’s a SEO plugin

    <!-- This site is optimized with the Yoast WordPress SEO plugin v1.4.19 - http://yoast.com/wordpress/seo/ -->
    <meta property="og:description" content="MY OWN TEXT COMES HERE" />
    <!-- / Yoast WordPress SEO plugin. -->

    Can you try to disable all your plugins?

    Maybe you have autop issue?

    http://codex.wordpress.org/Function_Reference/wpautop

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fonts issue’ is closed to new replies.