Jump to content

Remove titble bar of homefutured module


Recommended Posts

How i can remove my titlebar of homefutured module, i tryed to remove it from global.css i found were it is but also remove it from the category titlebar.

Here is the css text:

div.block h4 {
background:url("../img/block_header.gif") no-repeat scroll left top transparent;



Tnx

Link to comment
Share on other sites

You're looking in the wrong place. That code is for the title bar of the blocks in the left and right columns. You should be looking at the following block in the /* block in the center column */ section on line 916 of global.css (in PrestaShop v1.3.1):

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

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