• Resolved devneybl01

    (@devneybl01)


    How do I remove the “Home” banner at the bottom of the page? There are similar banners on every page. I either want to remove them or move them to the top of the widgets.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Superb

    (@themeeverest)

    Good day

    What you are seeing is your page content, it’s added on every page you create.
    I don’t recommend removing it, but if you want to remove it from the page you have linked you can do it by going to appearance > customize > additional CSS and add following:

    .page-id-147 div#page .content article { display: none; }

    Please put a thick line under that I don’t recommend doing this, since you won’t be able to add regular content to the page ??
    You can always remove the CSS if you want to be able to add regular content again

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove page title’ is closed to new replies.