Hello, a client of mine told me that when they share post link the facebook etc doesn’t show title image for the post, but the site logo. The site is below.
Also, how to remove search icon on mobile? The logo is big…
Hi,
Thanks for contacting us!
1- Please use Yoast SEO and upload image in Social tab – https://yoast.com/help/why-doesnt-facebook-display-an-image/
2- Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) {
#top #menu-item-search {
display: none;
}
}
Best regards,
Yigit
Thanks. Will do.