Hi pankaj, insert the code you told me and it doesn't work as it should.
Pressing the hamburger menu bar changes color, from the default green color to the black that I modify but the fixed black color that is my goal is not maintained.
I am attaching the complete code of the custom.css folder and please review it. I don't know if it's my mistake or if I need to add syntax to the code.
.joms-media--image--half {
max-width: 480px;
}
.btn-primary {
background-color: #121212;
border-color: #121212;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
background-color: #121212;}`
If you want you can see how the change reacts from the mobile view in the url of my site that I indicated in details.
I keep waiting for your answer,