Nick20000 Posted May 16, 2014 Share Posted May 16, 2014 (edited) hi. how can i change the border color of this section on product list page. i just can't seem to find the code. picture attached. http://www.shopmost.co.uk ty. Edited May 16, 2014 by vekia (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted May 16, 2014 Share Posted May 16, 2014 Change border .sortPagiBar select#selectPrductSort { border: 1px solid #DEDFE2; color: #000000; margin: 0 0 0 10px; } and .sortPagiBar #nb_item { border: 1px solid #DEDFE2; } in global.css Link to comment Share on other sites More sharing options...
Nick20000 Posted May 16, 2014 Author Share Posted May 16, 2014 great thanks. i knew it was somewhere in there. Link to comment Share on other sites More sharing options...
Nick20000 Posted May 16, 2014 Author Share Posted May 16, 2014 hi again. i just noticed i changed this one already. the other one is at the bottom of the page on product list which hasn't changed color. where is the code for that section? ty. Link to comment Share on other sites More sharing options...
dioniz Posted May 16, 2014 Share Posted May 16, 2014 Add to your existing code as you see bellow .sortPagiBar select#selectPrductSort, .sortPagiBar select#selectPrductSort_bottom { border: 1px solid #DEDFE2; color: #000000; margin: 0 0 0 10px; } .sortPagiBar #nb_item, .sortPagiBar #nb_item_bottom { border: 1px solid #DEDFE2; } 1 Link to comment Share on other sites More sharing options...
Nick20000 Posted May 16, 2014 Author Share Posted May 16, 2014 thank you. Link to comment Share on other sites More sharing options...
vekia Posted May 16, 2014 Share Posted May 16, 2014 topic marked as solved :-) 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