Hello.
I'm using drupal for the first time to create a web site. I'm using the 'sky' theme http://drupal.org/project/sky
I have modified the CSS heavily so that the colours are how I need the way the customer needs them.
I've been digging around in the page.tpl.php file. Due to a lack of knowledge in PHP, I do not know how to remove the site title from the header section of the page without disrupting the layout of the header itself, as the page uses a background to display the site name in the form of a jpg.
I would like drupal to know the site name as it looks nice in the browser tabs, but i want it gone from the pages.
Please please please could somebody give me a quick answer on how to do this.
Comments
Hi
Hi,
Go to admin..and click the site information link,you can remove the site name from there.
Regards,
-Raj.
name field required
Hi, i knew this wouldn't work and I tried, Drupal returns error 'Name field is required'.
Playing with page.tpl.php
As said i've been playing with the PHP file, I removed the site name successfully but this altered the page layout and mangles the CSS background image for that div. In PHP I tried to add an image using echo but this left a nasty border around the image. Any hints???
This has sort of fixed the problem
Hi
Hi,
I knew name field is required filed.Just give one spcae character.
That's all
Regards,
-Raj.
Uncheck the option
Go to Admin -> Site Building -> Themes -> configure -> uncheck Site Name
Finally, the solution!
Okay, I tried many things, including the one above, but it removed my whole header picture!
BUT, I was so happy to finally have the solution to this, that I had to register and let you guys know, lol...
What I did was add to the code in default.css (/themes/your_theme/default.css)...
Hope this works for you guys!=)
Alternatively you could have
Alternatively you could have commented out the the entry for site name in page.tpl.php like this:
Just in case you run into something like that again.
Nice
Simple answer! Works perfectly for me!
Sky theme modified header drops down
I am unsure if I am in the right place, but I am using a modified Sky theme on version 5.
The intro is fine, but every time I click a primary link, the title of the link appears above the header.
The entire site drops down a notch, and I get this white bar with text on the top.
(see www.attenchin.com).
Any tips or hints would be much appreciated! I am not a php or java script person, but I don't have
any problems modifying stuff with specific instructions. : )
You should comment out the
You should comment out the following to remove it :