Jump to content

[SOLVED] Remove Index Center Featured Block_Header.gif?


Recommended Posts

You can modify the following in the /* block in the center column */ section of css/global.css in your theme's directory:

#center_column div.block h4 {
   background: transparent url('../img/block_header_large.gif') no-repeat top left;
   height: 17px;
   color: white;
}



This code makes the header of all blocks in the center column use the block_header_large.gif image. You can change the background to none to remove the header background. You'll need to change the color to black or another dark colour.

If you want to remove the header altogether, you can go to modules/homefeatured/homefeatured.tpl and {* comment out *} line 3.

Link to comment
Share on other sites

  • 5 months later...

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...