Forum Replies Created

Viewing 1 replies (of 1 total)
  • I am struggling with the same problem. I DO NOT want the page title to show on the page. I have tried other suggestions of adding – visibility: hidden; & display: none; at the bottom of

    }
    .page-title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 36px 0;

    and

    #content .entry-title {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;

    and it didn’t work.

    The above suggestion

    .page-id-XX .entry-title { display: none; }

    would suggest it needs to be done for every page. Is there a global fix??

    Development site is https://ehub31.webhostinghub.com/~scoldi5/

    Open to suggestions.

Viewing 1 replies (of 1 total)