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

CommentFileSizeAuthor
#2 Screenshot.png32.95 KBjwolf

Comments

John Carbone’s picture

Site 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! : )

jwolf’s picture

Status: Active » Postponed (maintainer needs more info)
StatusFileSize
new32.95 KB

Can't you just turn off site name in the theme's settings section?

admin/build/themes/settings/acquia_marina

Uncheck the site name option.

vmenelas’s picture

That 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?

John Carbone’s picture

If 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?

jwolf’s picture

I 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

vmenelas’s picture

Can't I use css to hide it?

jwolf’s picture

Status: Postponed (maintainer needs more info) » Fixed

For site name:
#header-first h1 { display: none; }

For site slogan:
#header-first #slogan { display: none; }

Nada Abou Dehn’s picture

nice web:)
thumbs up

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.