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.