(09-27-2018, 09:43 PM)Brandin Wrote: My suggestion since you're using Chrome:
Download a color finder extension, I use ColorZilla.
Unminify the CSS you are using (https://unminify.com/)
Search for that Color Code until you find the appropriate Header and Footer that is using it.
Thank you,
Brandin.
Thanks for this! I'll give it a try!
(09-29-2018, 03:35 AM)jcarter Wrote: i have a couple guesses. My first guess would be in the /users/css/sb-admin.css file. The second and much more complicated way. would be in the css theme file you have selected. Specifically in the /users/css/color_schemes/(your theme).css. It is ridiculously hard to find it each specific color in that file and you have to be willing to go through thousands of lines of code.
if you need any more information let me know!
-James Carter
Thank you!
sb-admin.css has
body {
margin-top: 50px;
background-color: #222;
}
Changing that color value did the trick for the bottom of the page.
I couldn't find anything in that file which controlled to top nav bar color (but I may have missed it).
I also check my themes css as you suggested, but again I didn't find anything that would control the nav bar color.
so, I have 1/2 the problem solved!
Thanks again