Thank you for your answer – cavamondo
I would like to add border that also goes around the text-box-heading:
<h2>Tekstboks et nyt fors?g</h2>
Right now only the content below the heading is given the border.
In other words I would the border to go around everything below:
<h2>Tekstboks et nyt fors?g</h2>
<div class=”textwidget”>Text inside text-widget</div>
Can you tell me how to do this?