Replace Search button in main nav with FA Icon

Posted in: Newsmag
Post count: 90

Hello, I want to replace the Search Button in the main manu with the FA User image: http://fortawesome.github.io/Font-Awesome/icon/user/

Of course, I want also to hide the search box.

How can I do this?

Thanks once again for your patience, amazin work and support!

Post count: 6600

Hi,

Get FA on your site: http://fortawesome.github.io/Font-Awesome/get-started/ after that replace the search icon with the one you want, here: http://screencast.com/t/7qGCUvdtBNK

Thanks

Post count: 242

Hi

I’d like to completely remove the search icon – especially from responsive visible on phones

How can I do this?

Thank you

Pat

Post count: 7909

Hi,

You can use this custom css in Theme Panel > Custom Css to hide search on mobile screen: http://screencast.com/t/dDJmPnCouHJg

@media (max-width: 767px){
#td-top-search{
display: none;
}
}

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.