Hello, my website is http://Jamrie.com
and I am trying to remove the site title "Jamrie" or hide it with css as well as the site slogan.
So I can put a complete logo.
I am trying to find these in style.css but can't.
Any help will be appreciated.
thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Screenshot.png | 32.95 KB | jwolf |
Comments
Comment #1
John Carbone commentedSite title and site slogan can be turned on and off within the theme settings. Just head to admin/build/themes/settings/global to turn them off for all themes or head to admin/build/themes/ and click "configure" next to aquia marina to turn them off for that theme only. I don't have a copy of aquia marina in front of me, but that's how it works for other stock themes. Good luck! : )
Comment #2
jwolf commentedCan't you just turn off site name in the theme's settings section?
admin/build/themes/settings/acquia_marina
Uncheck the site name option.
Comment #3
vmenelas commentedThat is weird..
It is not working.
I follow the above steps, and also clear my browser's cache as well as Drupal cache.
I still have the same result. Can I use css to fix this?
Comment #4
John Carbone commentedIf you used the global settings to change your global defaults for all themes, it's possible that aquia is overriding them. In that case, you'd have to make your changes on aquia's theme settings page in order for changes to be applied. Did you try that already?
Comment #5
jwolf commentedI believe the problem has to do with your server's PHP configuration. Specifically, with the Suhosin patch and configuration. You can read more about this at the following:
http://drupal.org/node/324085
http://drupal.org/node/324085#comment-1131839
Comment #6
vmenelas commentedCan't I use css to hide it?
Comment #7
jwolf commentedFor site name:
#header-first h1 { display: none; }For site slogan:
#header-first #slogan { display: none; }Comment #8
Nada Abou Dehn commentednice web:)
thumbs up