Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #534401

    Dear all,
    is there an easy option to only show search icon on home but hide search icon on all sub pages?
    Many thanks,
    Daniel

    #534415

    Hi dbaertschi!

    Yes you can do it with some custom php.
    What is your skill level, can u do modifications, so can assist u?

    Regards,
    Basilis

    #534581

    Hi Basilis
    thanks for your reply. yes we can do modifications. can you please guide me where to start with’
    Regards,
    Daniel

    #534781

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #menu-item-search {
    display:none;
    }
    
    .home #menu-item-search {
    display:block;
    }

    Regards,
    Rikard

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