Hide Page Title (Custom Field Entry)

Requests for new features. You cannot post to this forum because new feature requests are not accepted any more.
Forum rules
New feature requests are no longer accepted, so you cannot post to this forum any more.

Re: Hide Page Title (Custom Field Entry)

Postby sayontan » 09 Feb 2010, 12:36

The original thread was about posts and the date icons in posts, so the responses dealt with that.

For pages you should use #post-234 .posttitle
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10161
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Hide Page Title (Custom Field Entry)

Postby johncarvill » 09 Feb 2010, 13:54

sayontan wrote:The original thread was about posts and the date icons in posts, so the responses dealt with that.

For pages you should use #post-234 .posttitle


Thanks. That worked. Now, what can I use to get rid of the space where the title used to be? I guess I need the page equivalent of this:

#post-252 .title-container {
padding-left: 0;
padding-right: 0;
}
johncarvill
 
Posts: 21
Joined: 01 Feb 2010, 15:04

Re: Hide Page Title (Custom Field Entry)

Postby johncarvill » 10 Feb 2010, 14:34

help?
johncarvill
 
Posts: 21
Joined: 01 Feb 2010, 15:04

Re: Hide Page Title (Custom Field Entry)

Postby sayontan » 11 Feb 2010, 16:39

Use:
Code: Select all
#post-252 {
    padding-top: 0;
}
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10161
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Hide Page Title (Custom Field Entry)

Postby freemandan99 » 02 Mar 2010, 12:15

Just thought I'd add my two cents' worth regarding hiding page titles. I used the following custom CSS to hide the titles on pages:
Code: Select all
h1.posttitle {
        display: none;
}

This also got rid of the white space where the title would have gone.
freemandan99
 
Posts: 15
Joined: 16 Nov 2009, 15:22

Re: Hide Page Title (Custom Field Entry)

Postby CDCultures » 11 Apr 2010, 08:42

Where do I add this code to remove the date on every post ?

.post .date {
display: none;
}

Thanks !
CDCultures
 
Posts: 8
Joined: 09 Apr 2010, 08:33

Re: Hide Page Title (Custom Field Entry)

Postby sayontan » 11 Apr 2010, 10:05

Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10161
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Hide Page Title (Custom Field Entry)

Postby CDCultures » 11 Apr 2010, 10:15

Thank you for this FANTASTIC Support !
CDCultures
 
Posts: 8
Joined: 09 Apr 2010, 08:33

Re: Hide Page Title (Custom Field Entry)

Postby PeteQ » 20 Apr 2010, 10:25

Wow Sayontan, I can't say enough about how great your support is! Thanks so much for making it easy! :D
PeteQ
 
Posts: 1
Joined: 16 Apr 2010, 14:01

Previous

Return to Feature Requests

Who is online

Users browsing this forum: No registered users and 1 guest