alcoolex Posted June 23, 2010 Share Posted June 23, 2010 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 More sharing options...
rocky Posted June 24, 2010 Share Posted June 24, 2010 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 More sharing options...
alcoolex Posted June 24, 2010 Author Share Posted June 24, 2010 Ok tnx! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now