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: *Login to see link
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.
*Login to see link
link to page is cointraders.co/why-buy-hut-coins if that helps
edit:
Resolved
used this
.page-id-26235 .page-header {
display: none;
}