Universal Responsive Bootstrap Template Support Product Page
Answered
Change Navbar colour
Asked 01 Oct 2013 16:28:35
1
has this question
01 Oct 2013 16:28:35 Les IsOnline posted:
Hi Guys,When I try and change the navbar background colour in the main template I get a message saying that that section is locked and any changes will be discarded..
Can someone help??
Which CSS code do I need to change to just make the background of the menu change?
karogonstaffs.dognet.co.uk/index.html
Regards as ever
:-)
Replies
Replied 01 Oct 2013 16:49:00
01 Oct 2013 16:49:00 Teodor Kuduschiev replied:
Hello,
If you are trying to change it through the CSS panel, this won't work.
You need to create a custom css file and style there the:
You can use any browser inspect tool to find the right class you need to edit.
If you are trying to change it through the CSS panel, this won't work.
You need to create a custom css file and style there the:
.navbar-inner { }
You can use any browser inspect tool to find the right class you need to edit.
Replied 01 Oct 2013 17:07:05
01 Oct 2013 17:07:05 Les IsOnline replied:
Thanks Teodor
I have tried what you say and in DW Editor it changed, I uploaded all the files and there are no changes?
I made the new CSS page and added this
.navbar-inner {
color: #CCC !important;
background-color: #333 !important;
}
Is this wrong ?
Thanks again
I have tried what you say and in DW Editor it changed, I uploaded all the files and there are no changes?
I made the new CSS page and added this
.navbar-inner {
color: #CCC !important;
background-color: #333 !important;
}
Is this wrong ?
Thanks again
Replied 01 Oct 2013 18:18:33
01 Oct 2013 18:18:33 Teodor Kuduschiev replied:
Please also add background-image:none !important;
Replied 01 Oct 2013 18:41:28
01 Oct 2013 18:41:28 Les IsOnline replied:
Thanks that's awesome, 
I have 1 last question on this if I may..
I need to find the css that's affecting the text in the nav bar now as it doesn't like the colour change...
Thanks :-)

I have 1 last question on this if I may..
I need to find the css that's affecting the text in the nav bar now as it doesn't like the colour change...
Thanks :-)
Replied 01 Oct 2013 18:54:22
01 Oct 2013 18:54:22 Teodor Kuduschiev replied:
Hello,
Currently the navigation links have this styling:
Currently the navigation links have this styling:
Replied 01 Oct 2013 19:19:57
01 Oct 2013 19:19:57 Les IsOnline replied:
Thanks Teodor, your a star... :-)