We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How to Have No Header - Trendy | Forum

S.L.
S.L. Oct 9 '16
Hi, great theme!  Please share how to remove the header altogether (no header). Thanks!
The Forum post is edited by S.L. Oct 9 '16
ross Team
ross Oct 9 '16

Hello S.L., 

you will need to add these style in your theme customizer in the admin panel to remove header from desktop version:


.my_header{

display: none

}

.ow_page_container{

padding-top: 50px;

}


to remove header from mobile version add these style:

@media (max-width: 480px){

.my_header {

display: none

}

.ow_page_container{

padding-top: 50px;

}

}


to remove header from tablet view add these styles:


@media (max-width: 768px) and (min-width: 479px){

.my_header {

display: none

}

.ow_page_container{

padding-top: 50px;

}

}


Thank you for the interest in my themes. 

S.L.
S.L. Oct 9 '16
Thanks Ross, the edits worked beautifully in removing the header. 


Much appreciate your quick response!

You do not have permission to reply this topic