Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #200856

    Hello,

    Please help
    Is there any way to enlarge the font size in the certain part of a page?

    For example in the middle or bottom of a page, I want to use larger font
    FYI, I already read this post https://kriesi.at/support/topic/easily-change-font-sizes-enfold/
    but I think my request bit different, kerin01 want to apply bigger font for whole page while I just want to apply it on certain area only.

    Please help

    Regards,
    Andri

    #200863

    Hi andri7luck!

    Can you point out the font on demo site or on your website so we can provide you accurate custom CSS code?

    Regards,
    Yigit

    #200869

    like in here http://www.getushotel.com/
    I want to enlarge this sentence:
    “GetUsHotel memberikan jaminan harga terbaik!”

    Is that possible?

    #200872

    Hey!

    You can simply highlight the text and choose to display it as a heading element as shown here http://i.imgur.com/MWdNPVg.jpg

    Cheers!
    Yigit

    #200874

    I know about that but the heading style is too bold and if I use heading the text will be all in capital mode
    Is there any way to just enlarge the body text? Thanks

    #200894

    Hi!

    You can add this on your custom.css or Quick CSS:

    h2 span {
    text-transform: none;
    font-weight: 300;
    }

    You can also add a special css selector for the heading then apply css modifications to it.

    Best regards,
    Ismael

    #200936

    it works, thanks a lot Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to change the font size in the certain part of a page’ is closed to new replies.