remove page title from page

Support Area Forums Progress remove page title from page

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://kowardevelopment.com
  • Author
    Posts
  • #20874

    Hi,

    How can I remove the pages titles from the pages? p

    I need to remove the page tile within the page, I tried but it removes the page completely .

    How can I do that? please let me know.

    Angela

    #20877
    Bill Robbins
    Moderator

    You can hide it (you’ll still want it in the code for search engines). Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      h1.title {
      	display: none;
      }
      
    3. Update your settings.

    See if that does it,
    Bill

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