Jump to content

Removing a module from the DOM


Recommended Posts

Hi,

 

I'm completely new to this Prestashop thing, so sorry if this is a silly question.

 

I'm creating a custom theme and just disabled the topmost banner. It's not displayed anymore, but you can find it's empty node in the DOM. 

 

(this is what I get:

<div class="banner">
<div class="container">
<div class="row"> </div>
</div>
</div>
)
 
 
Is there any way to both disable the module in the backoffice and have it removed  from the DOM tree?
 
Thanks
Link to comment
Share on other sites

×
×
  • Create New...