blessmeluck Posted December 5, 2013 Share Posted December 5, 2013 I want to change the dot line that separate each category, so that it will be look like a single line as shown in the right side example. And also how to change its color, so it wont be too bright.. Any help will be greatly appreciated. Link to comment Share on other sites More sharing options...
vekia Posted December 5, 2013 Share Posted December 5, 2013 global.css line 1947 #categories_block_left li { border-bottom: 1px dotted #ccc; } Link to comment Share on other sites More sharing options...
blessmeluck Posted December 5, 2013 Author Share Posted December 5, 2013 #categories_block_left li {border-bottom: 1px dotted #ccc; } would you please tell me how can i change it to line? from "dotted" to " ? " Link to comment Share on other sites More sharing options...
vekia Posted December 5, 2013 Share Posted December 5, 2013 would you please tell me how can i change it to line? from "dotted" to " ? " of course, it's a part of: /themes/default/css/global.css file instead of "dotted" use "solid", full code: #categories_block_left li { border-bottom: 1px solid #ccc; } 1 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