• Is it possible to add css styling to a text box in the WordPress widgets?

    and if so how… can it be added to the text box or does it have to be added to the WordPress Style sheet?

Viewing 1 replies (of 1 total)
  • This will work in a text widget:

    <style type="text/css">
    .foobar { color: green; }
    </style>
    <p class='foobar'>some text here</p>
Viewing 1 replies (of 1 total)
  • The topic ‘How to add CSS to Text Widget box?’ is closed to new replies.