
constru
February 3, 2012
2:46pm
Hey all,
Thanks very much for helping a DG rookie out.
I am trying to create a landing page...and want to make it as steamline as posslble.
I don't want a Title name...and therefore don't want anything to show up where the title name is. As a matter of fact...i would prefer it if i could forget the Title...and just have the body show.
Is this possible?
Check my site...and see that i have placed a "." in the title section in an effort to "create space."
Is there anyway i can create space and get rid of the Period "." ?
http://constructiondepot.drupalgardens.com/
thank you!
Status: Resolved
Comments
2:44pm
Hmmm...another stumper question?
4:06pm
Hello,
Add the following to your Custom CSS to not display the page header:
.page-header { display: none; }
Or, add the following to keep the header therer, just hide it's visibility:
.page-header { visibility: hidden; }
Best regards,
Dave | Drupal Gardens Client Advisor
9:13pm
Dave...You Da Man !
Now...will this apply to the whole site...or just that one page?
(I really only want this title hidde for one page)
Thanks bud!
~T
ps. Tried it...and it looks like the code only works for that one page. Hmmm....i wonder if its possible to make it work for one page only?
11:54pm
The front page is given a class of .front, so styles just for that page would be:
.front .page-header { your styles }
Best regards,
Dave | Drupal Gardens Client Advisor
7:33am
Awesome Dave...
You're the Best!
~T
PS. Apparently there's a lot more to know about DG...than just pointing and clicking. Appreciate your comments. Have a good one!