Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The default WordPress themes are made to satisfice.
    You can always make modifications out of personal preference.

    Are you using a Child Theme of Twenty Eleven or some sort of Custom CSS plugin?

    Thread Starter mstry510

    (@mstry510)

    yes a child theme. I just don’t know where to find the gallery page so I can edit the code itself

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You only need to make a change within your Child Theme stylesheet for this.
    E.g try;

    .singular .entry-title {
     display: none;
    }

    Thread Starter mstry510

    (@mstry510)

    Wow that was easy. Thank you very much. Will it only hide the page title for my Gallery page or for all the others as well? I am just now building my pages so I don’t have any others to compare. I also want to enlarge and center the gallery so that it uses the whole center space available. Please see page from link above to view what I’m referencing.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It will hide all headings classed ‘entry-title’ within the page template of ‘singular’.

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