Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1377601

    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…

    #1377606

    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

    #1377608

    Thanks. Will do.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.