• I have a page that I don’t want the page title to show up at all and I would like the blank space to not take up the space. Is it possible to remove this from the page completely? I have a page for my store where I’d like the results to show up at the top of the page and not dropping down 2 inches because of a title I really don’t need. Here is the page if what I said is confusing. https://saveongolf.net/store . I’d like to get rid of the Title that says “Compare Prices” so that the clubs for sale move up on the page where they can be more easily seen.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Add to your style.css (in your child theme of course!)

    h1.entry-title{display: none}

    That will remove page titles globally. You may want to edit the template files, perhaps create a template for your shop pages and remove the code that creates the page title.

    Thread Starter saveongolf

    (@saveongolf)

    Thanks flashbuddy. I’ve tried to learn how to make a child theme on several occasions but have not been able to figure it out. Is it pretty simple? Can I do that now that I have the pages formatted the way I want them or do I have to start all over again?

    Thread Starter saveongolf

    (@saveongolf)

    I added it to the custom CSS section where it can be removed easily and won’t be deleted when the version updates. It worked!..however the space where it used to be is still there. Any way to get the content to move up?

    Thread Starter saveongolf

    (@saveongolf)

    Here’s one for ya! Any way to put the search box in the h1 spot?

    Any way to get the content to move up?

    header .featurette-divider {
    display: none;
    }

    Any way to put the search box in the h1 spot?

    You mean where the page title used to be? Not unless you want to create a child theme and modify or create a template.

    Thread Starter saveongolf

    (@saveongolf)

    Hi CrouchingBruin,
    Thanks so much for your help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Page Title completely’ is closed to new replies.