How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support hyphens and H1 titels

  • This topic has 3 replies, 2 voices, and was last updated 1 year ago by admin.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17849
    bMH
    Participant

    Hello,

    I do wonder how i change the font size on H1 titels in blog posts.

    Also, These word line breaker/hyphens (or what it called) for titels in pages/blog post.

    }}
    p {
    hyphens: none !important;
    }

    these one working good, but thats only for regular text.

    Thanks.

    #17850
    admin
    Keymaster

    Hello!

    You can change the font-size of H1s using the below CSS code:

    .wysiwyg-part h1 { font-size: 32px; }
    

    About the hyphens, I didn’t understand what you want, could you please elaborate on this one?

    #17857
    bMH
    Participant

    I want the words to stay together, and if a word is long, it should start on a new line, but currently, it is being split by a hyphen. This applies to both web and mobile. For titels.

    • This reply was modified 1 year ago by bMH.
    #17863
    admin
    Keymaster

    Hello again!

    You can do this using the below CSS code:

    body { hyphens: none; }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.