• On the homepage you can remove the page title by reordering the items in the theme options. Is there a way to make it so the title/frame bars/ title SPACE disappear from all pages as well?

    paglci.org

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there emilybowie,

    Hope you’re well! 🙂

    It looks to me that you already get ride of title/frame bars/ space. Do you still need help on this matter? If yes, please share some screenshot indicating the part that you want to remove. This is possible with some css code 🙂

    Looking forward for your reply! 🙂

    Take care,
    Calvin

    Thread Starter emilybowie

    (@emilybowie)

    http://www.paglci.org/?page_id=6

    On this page there are two lines taking up space underneath the header, I’d like to get rid of these (the title is supposed to be between them) so that the search bar on the right is up against the header.

    Thanks!

    You can use this css:

    .page-header {
    display: none;
    }

    Kadence Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page Titles’ is closed to new replies.