Hi everyone,

I'm new t o drupal and i do not know much about it, and it seem i have a problem changing the head of my drupal site.

i want to change the header to an image and remove the logo, the site name and slogan, and replace all of it with an image.

i use Bartik theme and i do not know much html or css.

thanks

Comments

VM’s picture

1) you will need to make a subtheme
2) you will need to learn HTML and CSS to custom a theme

to disable the site title and slogan: edit theme setting and disable those feature that you do not want enabled.
to add an image to the header either add your HTML to the page.tpl.php file or use a background image on the element with CSS.

because bartik is a colorable theme it is likely already using a transparent image in the header which you will have to work around.