Viewing 1 replies (of 1 total)
  • Theme Author htmlpie

    (@htmlpie)

    Hi there,

    Seems to be working. Maybe you should logout or use another browser as a visitor to see that plugin in action.

    If you need to do it without any plugin with just CSS, here are two ways:
    <span style="background:#ccff00;display:inline-block">Hello</span>

    Or, a little more complicated though:
    <span class="custom-highlight">Hello</span>
    Then you’d add such a CSS, preferably through Appearance -> Customize -> Additional CSS.

    .custom-highlight {
      background: #ccff00;
      display: inline-block;
    }

    Hope it helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Highlight’ is closed to new replies.