[ad_1]
[ad_2]
My site has blog posts defaulting to h5 heading. I need them switched to h2. The theme editor for flatsome has nowhere to do this.
I have tried going into the loop/post-title editor in the php and css files. Cannot figure out how to change it to h2. Theme is flatsome.
Please help.

Your first step is to create a child theme. Then copy over the file post-simple.php located theme/flatsome/template-parts/posts/loop/. Line 18 is where the h5 tag is. Just change that and you’ll be all set.