Remove search bar for just one page

 

Hi All, 

 

I am trying to remove the search bar , actually the whole "sys_main_logo" section from the member.php page. I want to keep the  "sys_main_menu" section but add the  "__main_logo__" and "__service_menu__" from "sys_main_logo" to this section. But I only want this for the member.php page. 

 

This is what I understand so far as the steps I need to take: 

1. Change $_page['name_index']  (currently 81)

2. Create new page html : templates/base/page_x.html

3. I was going to search in the "sys_injections" table but I think this method is no longer being used?

 

Can anyone point me in the right direction to achieve this?

 

Thank you.

 

Quote · 26 Jun 2018

I would suggest to add "Text block" with "Design Box Layout" set to "No Box" to Account page via page builder (it's member.php page) and insert there necessary CSS which will hide/show/move particular elements, for example:

<style>
.mainLogoText { display: none !important; }
</style>
Rules → http://www.boonex.com/terms
Quote · 30 Jun 2018

Hi @AlexT, I tried your approach and it works perfectly. 

 

Thank you.

Quote · 8 Jul 2018
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.