Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Martin Möller Friend
    #180870

    How can I make changes to the very header of the mobile layout ? (left category icon, logo, view icon, search icon)
    I found the css, but no place where I can switch something off.

    arucardx Friend
    #467778

    Why would you want to switch off the search button on mobile? Something wrong with the search result page?

    But well.. since Joomla don’t really have an option that says publish this module only on widescreen/mobile layout the only way to go about doing that is to use a css trick.

    Open up layout-mobile.css and add this.

    #search { display: none; }

    That will hide the entire search button only when using mobile layout. Add to layout-tablet.css if you wanna hide the button there too.

    Martin Möller Friend
    #467783

    Thank You very much!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Martin Möller 11 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum