• Hi Ben,

    I’m looking to enable widgets to recognize simple HTML so that I can italicize portions of a title etc.

    Thanks,

    Jamie

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

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hey Jamie,

    This is a bit tricky because WordPress has security filters in place that strip out the HTML, and turning those off could be problematic. Would it be okay to italicize the entire widget title? That can be done pretty easily with this CSS:

    .widget-title {
      font-style: italic;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘HTML in widget’ is closed to new replies.