• Hi it would be great under the customiser to be able to set the header without a search bar.

    And also to add email into social icons.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @jmclarty,

    Thanks for reaching out!

    To remove the search icon, you can add the following code to the Appearance > Customize > Additional CSS area:

    
    #header__search-toggle{
    	display:none;
    }
    

    Adding Email to the social icons isn’t currently possible, however, I will relay this request to our developer team, and this feature might be available in a future version of Go.

    Thread Starter jmclarty

    (@jmclarty)

    @gdalex thanks! Will use that CSS as you mentioned & look forward to that icon being added (fingers crossed)

    Thread Starter jmclarty

    (@jmclarty)

    @gdalex i just tried that css addition but nothing changed, did this work for you? Thanks

    Hi @jmclarty,

    Yes, adding this code to the Additional CSS area in the Go theme customizer removes the search icon on my end.

    Could you please provide a link to your page, so I can try and find a solution that should work on your end?

    Thread Starter jmclarty

    (@jmclarty)

    @jmclarty

    I’ve just checked your page, and the code that I have previously provided should work in your case, too.

    Could you please try and add it again, this time with an !important, like this:

    
    #header__search-toggle{
    display: none !important;
    }
    

    Could you please let me know if this worked for you?

    P

    Thread Starter jmclarty

    (@jmclarty)

    That’s worked! Thankyou.

    I guess this ticket can be closed & I’ll keep a lookout for the email social icon in the future release.

    Cheers!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove search from header + add email into social icons’ is closed to new replies.