• Hi,

    I am trying to get rid of my page titles displaying on the actual page. My website isn’t live yet, it’s in maintenence mode. But there is a huge gap between my navigation bar, and my parallax image and i don’t think it flows well. In this gap is a bunch of white space and my page title: “About Us” When i delete the page title, it reads to Untitled.

    Can anyone help?

    Thanks!

Viewing 1 replies (of 1 total)
  • Go into appearance-editor and add the following to each CSS page title item:
    visibility: none;

    you can also try:
    height: 0px;

    Also make sure you don’t have any page title items with padding. If you do change them, for example change this:
    padding: 40px 0;
    to this:
    padding: 0px 0;

    Also if your theme has a Design – Custom CSS (or similar) option in the “Customize” section you can simply add this there, which is the preferred way to do it since updates to your theme can overwrite any code changes you make to the CSS files, but the tuff you put inot the custom CSS will stay in tact.

    FYI … In my opinion hiding this is something every theme should provide a toggle, but I don’t know of any that do. Maybe customizr does … not sure.

Viewing 1 replies (of 1 total)
  • The topic ‘Removing Page Titles from Pages’ is closed to new replies.