foxnetwork Posted September 20, 2012 Share Posted September 20, 2012 is there somewhere in the global.css file for the 1.5 default theme that I can change the background color of all the blocks including categories on the left to a color instaead of just white. I found out where the header of the blocks is located and changed this but not the content Link to comment Share on other sites More sharing options...
malcek Posted September 20, 2012 Share Posted September 20, 2012 If you install Chrome or Firefox, there is a tool which is showing you the css code. After that just change the code in Dreamweaver or notepad. martin 1 Link to comment Share on other sites More sharing options...
foxnetwork Posted September 20, 2012 Author Share Posted September 20, 2012 I can edit the css files ok but cannot find where to edit this part to change color globally or if it is even in there. Done it ok in 1.4 but 1.5 seems to be totally different Link to comment Share on other sites More sharing options...
halennoor Posted September 23, 2012 Share Posted September 23, 2012 (edited) try find in global.css line 44 #left_column { insert background: #ff0000; Note: change the color code according to your requirement IN this instance, it will change all the background for left column block to red. hope it helps Edited September 23, 2012 by halennoor (see edit history) 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