Enable & configure block class module and set search bar to be hidden on mobile
We have a search icon that already appears only on mobile. Ref #114 #121
This commit is contained in:
parent
bbf449150d
commit
39a7f8338f
3 changed files with 28 additions and 0 deletions
|
@ -5,10 +5,14 @@ dependencies:
|
|||
config:
|
||||
- views.view.search
|
||||
module:
|
||||
- block_class
|
||||
- block_visibility_groups
|
||||
- views
|
||||
theme:
|
||||
- geofresco
|
||||
third_party_settings:
|
||||
block_class:
|
||||
classes: is-hidden-mobile
|
||||
id: exposedformsearchpage_1
|
||||
theme: geofresco
|
||||
region: header_search
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue