Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

CSS to hide-items on one page

Home / Forums / Virtue Theme / CSS to hide-items on one page

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
May 4, 2017 at 8:20 pm

Hi Ben and Hannah and Kevin

What’s the css to specifically hide the header and title etc on Just this page
which happens to be the home page right now. Can’t seem to get it to hide. so basically no header, just the pagebuilder build

body.page-id-6 .headerclass {
display: none;
}

body.page-id-6 h1.entry-title {
display: none;
}
body.page-id-6 div#pageheader {
display: none;
}

  • The forum ‘Virtue Theme’ is closed to new topics and replies.