Jump to content

Changing category header images


Recommended Posts

  • 2 weeks later...

The best way to do that is to override the css style for the header:

Example:

#informations_block_left h4 {
   background: url("../img/block_info_h.png") no-repeat scroll left bottom transparent;
   text-indent: -9999px;
}



In that snippet I've chanced the default header image to a .png file located in the img folder inside the themes folder. I have also move the text to the left so I can put the text directly in the image.

Hope that helps.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...