Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #559251

    Hi and Happy New Year!

    I tried to find the answer online but can’t find anything suitable.
    I was wondering if I can have different font sizes in the same line/paragraph in a text box. See attached link. Where I have the white text (under ethos) , I would also like it to be a larger font size. Is this possible?

    I tried copying it from a Word document, hoping to keep the format, but it didn’t work.

    Thanks!

    Eva

    #559255

    Hey Eva!

    Happy new year! :)

    You can wrap your text inside a span with a custom class as following

    <span class="bigger-text">Here is my text!</span>

    and then add following code to Quick CSS

    .bigger-text { font-size: 20px; }

    You can insert as inline as well as following

    <span style="font-size: 20px;">my text!</span>

    but we would recommend custom CSS :)

    Please make sure to use HTML in text tab of Text block element

    Cheers!
    Yigit

    #559279

    Great! That worked perfectly!!

    Thanks Yigit!! :-)

    Eva

    #559281

    Hey!

    You are welcome Eva, always happy to help!
    Let us know if you have any other questions or issues and have a great day! :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Text Box Different Font Sizes’ is closed to new replies.