Jump to content


Photo
- - - - -

Front Page - Turn Off Title?!?


Best Answer Rob , 06 January 2013 - 10:04 PM

Eileen,

 

There's a page number for every page.  You can find it usually in the edit mode of the page, often in the URL in the browser's address bar.

 

Find it, and make a note of it.

 

Then, add this code, where XX is replaced by the actual page number:

 
.page-id-XX h1, .fpost .entry-title {
    display: none;
    font-size: 150%;
}

This will remove the page title ONLY for that page.

 

Add the revised code to Dashboard > PageLines > Site Options > Custom Code > CSS Rules.

Go to the full post


  • Please log in to reply
8 replies to this topic

#1 Eileen Starbuck

Eileen Starbuck

    Super Member

  • Members
  • 125 posts
  • LocationOverland Park, KS

Posted 06 January 2013 - 04:13 PM

I know this has got to be an easy fix...but I'm wrecking my brain trying to figure it out.

 

I'm have a static home page...and I pretty much just want an image and some text centered on that page.  The problem is...the title of the page keeps appearing formatted at the top/left of the page.  Ugh!  lol

 

Any quick advice....

 

Eileen



#2 Simon_P

Simon_P

    Messer

  • Administrators
  • 5,067 posts
  • LocationDevon
  • Framework Version:trunk
  • Country: Country Flag

Posted 06 January 2013 - 06:43 PM

In the main settings, there is an option to turn off page titles.



#3 Rob

Rob

    One Smart Egg

  • Moderators
  • 9,357 posts
  • LocationEast Coast, USA
  • Framework Version:The Latest, of course
  • Country: Country Flag

Posted 06 January 2013 - 06:52 PM

To clarify Simon's guidance, go to Dashboard > PageLines > Site Options > Website Setup.  Scroll down to Page Titles and uncheck the box.  This will stop page titles from showing on the page.



#4 Eileen Starbuck

Eileen Starbuck

    Super Member

  • Members
  • 125 posts
  • LocationOverland Park, KS

Posted 06 January 2013 - 08:31 PM

...quick followup question.

 

This obviously removes the Page Title from ALL pages.  I was hoping to just remove it from (1) page.  Is there a way to do that...?!?

 

Eileen



#5 Simon_P

Simon_P

    Messer

  • Administrators
  • 5,067 posts
  • LocationDevon
  • Framework Version:trunk
  • Country: Country Flag

Posted 06 January 2013 - 08:37 PM

Eileen, you can either hide it with CSS, or use a php filter (pagelines_post_title_output).



#6 Eileen Starbuck

Eileen Starbuck

    Super Member

  • Members
  • 125 posts
  • LocationOverland Park, KS

Posted 06 January 2013 - 09:21 PM

hmmm....that might be a little above my pay grade.  ;-)  Thanks though...



#7 Rob

Rob

    One Smart Egg

  • Moderators
  • 9,357 posts
  • LocationEast Coast, USA
  • Framework Version:The Latest, of course
  • Country: Country Flag

Posted 06 January 2013 - 10:04 PM   Best Answer

Eileen,

 

There's a page number for every page.  You can find it usually in the edit mode of the page, often in the URL in the browser's address bar.

 

Find it, and make a note of it.

 

Then, add this code, where XX is replaced by the actual page number:

Please Login or Register to see this Hidden Content

This will remove the page title ONLY for that page.

 

Add the revised code to Dashboard > PageLines > Site Options > Custom Code > CSS Rules.



#8 Eileen Starbuck

Eileen Starbuck

    Super Member

  • Members
  • 125 posts
  • LocationOverland Park, KS

Posted 06 January 2013 - 11:01 PM

Thanks!



#9 mightaswell

mightaswell

    Newbie

  • Members
  • 6 posts
  • LocationPortland, Oregon USA
  • Country: Country Flag

Posted 06 February 2013 - 07:33 PM

Came across this post today as I had the same need as Eileen.

 

However, using Rob's suggested code to hide the post title, I discovered the  H1 output by the Masthead section I had on the page  was hidden as well.

 

A small change resolved that problem

Please Login or Register to see this Hidden Content

 

 

Not sure what the class=searchlite  was for so I removed that. (I'm new to less/bootstrap, so perhaps it needs to be there for another reason?)

 

I also found this plugin useful 

Please Login or Register to see this Hidden Content

if you want to hide other titles singularly.






Click to return to top of page in style!