compunetpc Posted October 18, 2016 Share Posted October 18, 2016 Hello, I have a problem changing some colors, i want to change the whole categories menu color but i cant find anything on the css global file , can anyone help me out ? here is the menu that i want to change http://prnt.sc/cvsh1p If you know how to change it or anything that can help me out , let me know ! Link to comment Share on other sites More sharing options...
rocky Posted October 19, 2016 Share Posted October 19, 2016 It's the following on line 13 of themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css: .sf-menu { background: #f6f6f6 none repeat scroll 0 0; border-bottom: 3px solid #e9e9e9; padding: 0; position: relative; width: 100%; } I suggest that you learn to use the development tools inside your browser so you can find code like this yourself. Link to comment Share on other sites More sharing options...
compunetpc Posted October 19, 2016 Author Share Posted October 19, 2016 Thanks very much , in the same file i can change these colors too ? http://prnt.sc/cw7hga Link to comment Share on other sites More sharing options...
rocky Posted October 19, 2016 Share Posted October 19, 2016 No, that's a different module. Maybe the "Categories block". You can use your development tools to inspect the elements and check which CSS is applying to it. Link to comment Share on other sites More sharing options...
compunetpc Posted October 19, 2016 Author Share Posted October 19, 2016 It's the following on line 13 of themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css: .sf-menu { background: #f6f6f6 none repeat scroll 0 0; border-bottom: 3px solid #e9e9e9; padding: 0; position: relative; width: 100%; } I suggest that you learn to use the development tools inside your browser so you can find code like this yourself. Forget about it thanks very much , now i can use development tools very good , at least to change colors 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