Create clean page

Posted in: Newspaper
Post count: 26

How can I hide the header and footer of this page http://laradiodetotoral.com.ar/app/
I tested the css code
Page-id-10270 .td-header-wrap, .page-id-10270 .td-footer-wrapper,
.page-id-10270 .td-sub-footer-container {
Show: none! Important
}

it does not work.
I look forward to your help. Greetings.

Post count: 23312

Hello alienplot,

You should try the code below and place it in Theme panel->Custom CSS area.

.page-id-10270 .td-header-style-8-wrapper, .page-id-10270 .td-footer-wrap, .page-id-10270 .td-sub-footer-wrap{
display:none;
}

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.