Jump to content

Hide mobile fluid view dropdown menu


gavpedz

Recommended Posts

Using inspect i have used the below to hide the mobile fluid view dropdown menu. 

a.ipsButton.ipsButton_medium.ipsButton_link.ipsButton_fullWidth {
    display: none;
}

This seems to work but my concern is that this seems not very specific to that menu. Will the above hide anyting else or is there a more specific way to target that menu?

 

For desktop you can use the below but that doesn't work for mobile. 

div#elFluidFormFilters {
    display: none;
}

 

 

Annotation 2019-08-21 115906.png

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...