Reply To: heading issues – causing accessibility issues

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support Forums Support (Legacy) heading issues – causing accessibility issues Reply To: heading issues – causing accessibility issues

#1945

Susan
Participant

the widget headings on the frame theme are also problematic -http://mevaser.tv/ – in the footer I am using widget headings – which are automatically h5 and within them are headings to posts which are automatically set to h3 – I put in the code that you sent for the buzz theme in the functions.php – but it does not work for the frame theme

the code is
function pojo24475_setup_builder_widget_args( $args ) {
$args[‘before_title’] = ‘<h2 class=”pb-widget-title”><span>’;
$args[‘after_title’] = ‘</span></h2>’;

return $args;
}
add_filter( ‘pb_empty_widget_args’, ‘pojo24475_setup_builder_widget_args’ );