Removing h4 tag from widget title

Posted in: Newspaper
Post count: 8

Hello,

I can see sidebar widget titles are shown in h4 tags.
Example:
<h4 class="block-title"><span>Search</span></h4>

How can I get it to show without h4 tags like this:-
<span class="h4 block-title">Search</span>

Thanks

Post count: 8

Got it done by editing “includes/wp_booster/td_wp_booster_functions.php”

Post count: 78

Thanks, this method helped.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.