alcoolex Posted June 24, 2010 Share Posted June 24, 2010 how i can remove the short_description_block on the product page Link to comment Share on other sites More sharing options...
ysco Posted June 24, 2010 Share Posted June 24, 2010 Hello mate,Go to your theme folder then to css folder then global.css and comment out the following line as described , #short_description_block/*{ background-color: #f8f8f8; border: 1px #e7e7e7 solid; padding:0.7em; margin-bottom:1.5em;}*/ Then also in your theme folder go to the following file, product.tpl and open it with your favorite editor, then browse to this line ( use search ) and comment out as described {*{$product->description_short}*} And also this line, {* {l s='More details'}*} Have fast tested it and seems to work just fine, see screenshotysco.. Link to comment Share on other sites More sharing options...
alcoolex Posted June 24, 2010 Author Share Posted June 24, 2010 It`s worked for me 2. Thanks Link to comment Share on other sites More sharing options...
ysco Posted June 24, 2010 Share Posted June 24, 2010 Your welcome Please put in your topic ysco.. 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