bruno87 Posted June 30, 2015 Share Posted June 30, 2015 Hi Guys, I would like to edit navigation bar which is on top of the front side. I mean the bar whith button "Contact us", "Language", Currency .... I want to change color of tis bar. I treid to do this in global.css in .nav class by putting: background-color: red !important; But this changing a lower bar with "New arrivals", "Bestsellers" as well. I don't want that. Can you please tell me which class i should change this color ? Best regards, Kamil Link to comment Share on other sites More sharing options...
tuk66 Posted June 30, 2015 Share Posted June 30, 2015 Use Firebug in Firefix or Console (F12) in Chrome to locate the element and its styles. Link to comment Share on other sites More sharing options...
bruno87 Posted June 30, 2015 Author Share Posted June 30, 2015 Hi I did and it shows that it is .nav class. When i putted background color to nav class it is changing the second nav bar with new arrivals, best seller as well. I want to change only top one. Link to comment Share on other sites More sharing options...
tuk66 Posted June 30, 2015 Share Posted June 30, 2015 The console shows appropriate files as well. Edit the uppermost one. Link to comment Share on other sites More sharing options...
bruno87 Posted June 30, 2015 Author Share Posted June 30, 2015 Tried to change .nav, .row and few other classes and nothing. The only one which is changing is .nav but it is changing the second lower nav bar as well. Link to comment Share on other sites More sharing options...
Paulito Posted June 30, 2015 Share Posted June 30, 2015 Hello I think I may be a bit confused as to what you are looking for but, if i use this code, I get this result: header .nav {background: #c20000;} Result: http://screencast.com/t/84p4Qp69cgM It does not change anything else for me, Paul Link to comment Share on other sites More sharing options...
bruno87 Posted July 1, 2015 Author Share Posted July 1, 2015 header .nav works great. I tried to change just in .nav Thank you so much Paul 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