• Resolved nataljaz

    (@nataljaz)


    Hi,

    When I highlight some text with yellow background, the font gets reduced and I can’t find a way to make it as big as the rest of text. I tried this:
    <span style=”font-size: x-large;”>

    but it gets too large.

    https://www.videofotomatrimonio.com

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Micah Cooksey

    (@micahcooksey)

    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!!!! ??

    Micah Cooksey

    (@micahcooksey)

    Glad I could help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot enlarge highlighted text’ is closed to new replies.