• Resolved adventurecapitalist

    (@adventurecapitalist)


    Hi, I want to make a button that has a main headline, as well as a subheadline.
    The big headline on the button says “schedule your free call”. The smaller text, underneath that says “see if your business is a good fit” – Both lines of text are on the same button.

    This is what i want to do with Elementor. Is this possible? If so, how? Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Ambyomoron

    (@josiah-s-carberry)

    Making multiple lines of text on a button is easy. Just insert <br /> to indicate where you want the lines to break.

    Making the text of the second line in a different style is more involved. I have not tried it, but I suppose it will work. You would need to define a css style corresponding to the second line. Where you do this depends on the plugins and theme you use. You would then add the tags around the second line of text to use that style. If that is not clear and you need a worked through example, just ask.

    Thread Starter adventurecapitalist

    (@adventurecapitalist)

    Thanks for your response. I will try it now!

    try this
    <span style=”font-size:32px;line-height:42px;”>Schedule Your Free Call</span> <br /> <span style=”font-size:18px”>See if your business is a good fit</span>

    it will create you 2 line text on the button

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How Do I Create 2 Lines Of Text On Button?’ is closed to new replies.