Can you share more about your setup? Is it a single heroku instance running off a single database backend? All-in-one server?
This could be an issue if you are using multiple NodeBB instances...
I'm trying to change the navbar background color to #f6f7f8. Can't seem to figure it out using Custom CSS section.
Any help would be amazing!
Mike
.navbar {
background-color: red;
}
Doesn't work?
@baris said in Simple CSS Problem:
.navbar { background-color: red; }
Doesn't work?
Nope. I've tried that and the same code with .navbar-default and neither seem to work.
You might have some other css that is overriding it with !important. Inspect the navbar in your browser and check it's css.
Here's what I'm seeing:
The only other custom CSS I have is:
.fb-like,
.fb-like > span,
.fb-like > span iframe {
width: 100px !important;
height: 20px !important;
}
Using the Persona theme.
I just tested on this forum and it seems to work fine. What version are you on?
@baris said in Simple CSS Problem:
I just tested on this forum and it seems to work fine. What version are you on?
I got it working....
Helps if I enable Custom CSS. :shame: