Hi @highongolf
First off, we are really sorry for the inconvenience. For the “black” line on the about us page, we found there’s an empty “gallery-item” which only has an empty “gallery-caption” part. The first solution is to remove the empty thing from your page, it is easy while looking at the page in WordPress code editor mode.
https://ibb.co/94N9Nz7
Secondly, you can just add the following CSS to your Additional CSS section under Appearance>Customize to hide them.
figcaption.wp-caption-text.gallery-caption {
display: none;
}
While talking about google recognization, the theme is only responsible for the appearance of the site but not for any other functionalities and operations. Most probably, you might have added google custom scripts to the previous theme before. Would it be possible to come up with the details to support so that we could help you specifically?
Thanks
-
This reply was modified 4 years, 2 months ago by
AF themes.
-
This reply was modified 4 years, 2 months ago by
AF themes.