PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Heading h4 to h3

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi,

 

I see when we create a filter bar, the heading size of heading is h4 by default.

 

Is there any option that we can change that to h3?

Hello

Yes. Please read this - https://products-filter.com/hook/woof_title_tag

Hi, Please can you confirm, Should I add this as a new code or Is there is any option where I can change h4 to h3?

 

If I need to as a new code so where I should add this?

If you don't have any experience in programming, you should hire a developer.

You should add this code to the functions.php of your current theme:

add_filter('woof_title_tag', function($tag){

return 'h3';

});