Viewing 3 replies - 1 through 3 (of 3 total)
  • try font-size: 14px;. You can change that number to whatever looks good. You should also use classes, so instead of using <span style="">, use <span class="yellow">. That way it’s cleaner and you can apply the styles for .yellow in your style.css to multiple areas in your site by using that <span class="yellow">.

    Thread Starter nataljaz

    (@nataljaz)

    Thank you! It worked with font 16px!!!! 🙂

    Glad I could help!

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

The topic ‘Cannot enlarge highlighted text’ is closed to new replies.