Hi there,
You can have 2 H1 headings but you will need to change single.php and page.php like described here https://ww.wp.xz.cn/support/topic/h1-and-h2-tag-seo-update-2019/
While you need to use FTP or cPanel File manager (contact your host for these) to change theme files.
If you decide to proceed with this modification I would suggest you create a child theme, copy over the files you are editing and make the modifications there. This will allow your changes to survive future theme updates. If you directly edit the theme’s files, all changes will be lost once you update.
Have a look at this guide to learn more about child themes and how to create one http://www.cssigniter.com/ignite/beginners-guide-child-themes/
Also,use this guide to change your image sizes without code changes https://www.cssigniter.com/modify-image-sizes-using-simple-image-sizes/
then install the Regenerate thumbnails plugin, activate it and go to Tools and then Regen. Thumbnails to run a regeneration in order for the change to be applied.
Let me know if you need additional help with this.
-
This reply was modified 6 years, 5 months ago by
Fotis.
Thread Starter
erika
(@imerikamarie)
Customizing the Header still isn’t working.
I did manage to fix the images, but now my “about me” image is blurry. My Jetpack image accelerator is turned off, too.
Hi there,
header has DIV tag instead of H1. Do you need to change that?
Also, use this https://www.cssigniter.com/modify-image-sizes-using-simple-image-sizes/ to change the 200x200px ci_square image size of the about me image to 400x400px! Then regenerate your images.
Let me know if this worked for you.