Home Forums Pro Themes Travel Eye Pro how to remove search button?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #17058
    leo-design
    Participant

    Hi, I want to remove search button, I don’t need it. Can you help me with it, please?

    #17089
    wensolutions
    Keymaster

    Hello @leo-design,

    To remove the search from your header you can simply paste in the following custom CSS in your Dashboard > Appearance > Customize > Theme Options > Custom CSS Field :

    .right-bar form {
        display: none;
    }

    Please note that putting this CSS will remove the search from the website both in mobile devices and desktop view.

    Hope this helps you,

    Best Regards !!

    #17111
    leo-design
    Participant

    Yes, it works. Thank you very much! 😉

    #19034
    leo-design
    Participant

    Hi, I have problem to make new topic, and the only way is to ask another question here.
    So…
    Could you tell me please, how to make social icons (in a footer) bigger?
    Thanks

    #19041
    wensolutions
    Keymaster

    Hello @leo-design,

    To Increase the size of social icons displayed in the footer of the Travel Eye theme you will need to add the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced options > Custom CSS field :

    #colophon .so-widget-travel-eye-social ul li a::before {
    font-size: 26px;
    }

    You can increase / decrease the font size pixels as per your requirements.

    Hope this helps,

    Best Regards !!

    #19044
    leo-design
    Participant

    Yes, it works! Thank you very much for your help! (Again)

    #19130
    wensolutions
    Keymaster

    Glad we could help !!

    Feel free to post in for any further queries in the future.

    CHEERS !!

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