nappy155 Posted November 3, 2009 Share Posted November 3, 2009 I would like to have the various blocks in the left column to have a different background color. I changed "div.block .block_content" to a color but effects all the blocks on the page...(see attached)URLhttp://www.teeshirtsontheweb.com/shop/category.php?id_category=6I would also like to kill the "CATEGORIES" headline, i feel it is unnecessary.... Link to comment Share on other sites More sharing options...
rocky Posted November 4, 2009 Share Posted November 4, 2009 You can do this by applying style to the individual blocks instead of all blocks using code like this: div#categories_block_left .block_content { background: red; } div#viewed-products_block_left .block_content { background: purple; } div#cart_block .block_content { background: green; } div#informations_block_left .block_content { background: orange; } You can remove the categories block header by modifying modules/blockcategories/blockcategories.tpl and {* commenting out *} the following line: {l s='Categories' mod='blockcategories'} Link to comment Share on other sites More sharing options...
nappy155 Posted November 4, 2009 Author Share Posted November 4, 2009 Thank you so much...I have one more major problem...i have changed the default currency to dollars under PAYMENT > CURRENCY>Currencies options. but the store front end and back still displays the Euros symbol… 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