• Hi,
    I’d like to change the font size of just 2 lines in one of my Widget text area boxes at http://www.mydallasmassage.com

    The words “New Clients 10% Off” should be a bigger font size. I tried using the <font size> tag but it makes no change to the size. Other tags like bold and center work fine.

    Any suggestions?

    Thanks as always!! You all are great!!
    Mark

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try:
    <span style="font-size: 20px;">NEW CLIENTS</span>

    Thread Starter markberry555

    (@markberry555)

    Worked like a charm! Thank you! Also googled and found line-height which helped with spacing. Thank you!!!

    PS. What is span and why did that work?

    When a text is hooked in a <span> element, you can style it with CSS.
    Read this.
    Please, mark the topic as resolved. Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Inline changes to font size in widget text area’ is closed to new replies.