PenciDesign replied
Hi,
1/ Please change it via Dashboard > SEO > Search Appearance > Homepage.
After changed it, clearly all the cache and wait google update it.
2/ To do that, you need to edit the file inside the theme.
Please go to Appearance > Editor > find on the left side folder "inc" and access inc/widgets/about_widget.php file.
After that, on line 90, replace this code:
<h2 class="about-me-heading"><?php echo do_shortcode( $heading ); ?></h2>
to:
<h3 class="about-me-heading"><?php echo do_shortcode( $heading ); ?></h3>
Best Regards,
PenciDesign