• Resolved twistsd

    (@twistsd)


    Hi,

    I have managed to add additional CSS to remove the page title on a specific page, I would also like to remove the border above and below the page title, but have not yet been able to find the relevant CSS. Any help would be gratefully appreciated.

    Thanks
    Stephen

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey Stephen,
    This CSS should do it for you:

    .page-header {
        border: 0;
    }

    Hope it helps!

    Best,
    Hannah

    Thread Starter twistsd

    (@twistsd)

    Hannah,

    Thanks, that has sorted the issue.

    hannah

    (@hannahritner)

    Happy to help!

    Hannah

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Page title border’ is closed to new replies.