This topic is locked
[SOLVED]

Remove Hide option from Search Panel

9/1/2021 3:22:39 PM
PHPRunner General questions
J
justmelat author

Hi All

See that "x hide" option that is in my left search panel. How do I remove it? I don't want the user to be able to remove/hide that panel ever.

img alt

Thank you in advance.

fhumanes 9/2/2021

img alt

This is the way to hide any object that has a CSS class.

In this case the class of that button is "close-buttom".

Greetings,
fernando

J
justmelat author 9/7/2021

Excellent, thank you.

Now that i know/understand this, i have gone a bit crazy using jquery in this onLoad section. Thanks again.