Change sidebar headers from H1?
The tags used for the headings would be set wherever the sidebars are registered. Look for register_sidebar() in the theme’s functions.php file (or a file that has been included into the functions file). It will look like this (example from here): register_sidebar( array( ‘name’ => __( ‘Main Sidebar’, ‘textdomain’ ), ‘id’ => ‘sidebar-1’, ‘description’ => … Read more