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 Snippet to Strip HomePage Elements

Home / Forums / Virtue Theme / CSS Snippet to Strip HomePage Elements

This topic is: Awaiting Feedback
[Awaiting Feedback]
Posted in: Virtue Theme
January 7, 2014 at 9:18 pm

Here’s a few examples that are kinda handy

.home.page .topclass{
display: none;
}

.home.page .footercredits {
display: none;
}

.home.page #logo {
display: none;
}

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