Nick20000 Posted July 14, 2013 Share Posted July 14, 2013 Hi. I have been trying to add borders around the Categories block for left, right and bottom. can anyone help me and what code do i need to edit? using newest prestashop. thank you. Link to comment Share on other sites More sharing options...
vekia Posted July 14, 2013 Share Posted July 14, 2013 in the global.css file (in your theme directory) add something like: #categories_block_left { border-left:1px solid red; border-right:1px solid red; border-bottom:1px solid red; } Link to comment Share on other sites More sharing options...
Nick20000 Posted July 14, 2013 Author Share Posted July 14, 2013 hi. i can't find the code i need to edit. which part do i add this code to? Link to comment Share on other sites More sharing options...
vekia Posted July 14, 2013 Share Posted July 14, 2013 hello, you have to add this code, at the end of the file mentioned above Link to comment Share on other sites More sharing options...
Nick20000 Posted July 14, 2013 Author Share Posted July 14, 2013 this is all i can find. where to add? /*************** Block CATEGORIES ***************/ #categories_block_left li {border-bottom:0px dotted #ccc} #categories_block_left li.last { border:none;} #categories_block_left li a { display:block; padding:7px 11px 5px 22px; color:#004b91; background:url(../../../modules/blockcategories/img/arrow_right_2.png) no-repeat 10px 10px transparent } #categories_block_left li ul {margin-left:40px} #categories_block_left li ul li {border:none} #categories_block_left li ul li a { padding-left:0; background:none } #categories_block_left li .OPEN, #categories_block_left li .CLOSE { display:block; float:right; margin:10px 10px 0; height:9px; width:9px; background:url(../../../modules/blockcategories/img/icon/open-close.png) no-repeat 0 -9px; cursor:pointer } #categories_block_left li .CLOSE {background-position:0 0} Link to comment Share on other sites More sharing options...
vekia Posted July 14, 2013 Share Posted July 14, 2013 at the end of the file mentioned above 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