• Resolved maxi032

    (@maxi032)


    Is there any way to add a wrapper around the widget content that shows after the title?

    Thank you

Viewing 1 replies (of 1 total)
  • There is, but you will have to modify the functions.php file for widgets. Please note that this would be global though for any widget that gets published. Or, if you are referring to the text widget (content), then you can add that around your content in the widget like this:

    <div class="your-wrapper">Your widget content here</div>

Viewing 1 replies (of 1 total)
  • The topic ‘Wrapper for widget content after the title?’ is closed to new replies.