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

Removing page title

Home / Forums / Virtue Theme / Removing page title

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
December 1, 2018 at 12:13 pm

I successfully removed my page title using
.page-id-007 .entry-title {
display:none;
}

However, I am quite lost on how to remove those two lines which the page title sits between. Any advice? Screenshot link below.

link to page is cointraders.co/why-buy-hut-coins if that helps

edit:
Resolved
used this
.page-id-26235 .page-header {
display: none;
}

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