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

Remove Page Heading

Home / Forums / Virtue Theme / Remove Page Heading

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
February 11, 2019 at 2:05 pm

I am trying to remove the heading that provides a label for each page and the two horizontal lines that go with it. On my home page, the heading is currently ‘About’.

I found an earlier post where the person said it worked. Code from the earlier post is below.

However, when I posted that code into the Add A Line of Code box in Advanced Settings, it had no impact. I changed the page id to 5, replacing the numbers 007 and 26235 from the original example.

Site is:

Please help.

——-

Sample code:

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.