How to remove page name from page content

Support Area Forums Foundation How to remove page name from page content

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #4671
    Marisa
    Participant

    I would like to know how to remove the page name that shows up underneath a ‘featured image’ ON THE PAGE.
    It seems like I could remove this text, but I cannot figure out how. I have read over all the topics and cannot find anything about this.
    Here is a link to show you an example:

    http://www.oasiscarecenter.org/b/hope-kitchen-3/

    as you can see the Words ‘Hope Kitchen’ show up underneath my featured image (Hope Kitchen Logo)

    #4679
    Bill Robbins
    Moderator

    Marisa,

    Great question. Here’s how you can hide the page title.

    1. Go to your theme options page and select the “styling” tab.
    2. Scroll down to the very bottom until yo see a box for custom css.
    3. Into that box, paste this:


      body.page-template h1 { display: none; }

    4. Save your changes.

    That should hide the page title on all pages. If you only want to hide it on this page, then paste this instead:


    body.page-id-181 h1 { display: none; }

    If you have any questions, let me know.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to remove page name from page content’ is closed to new replies.