Hello,
Logistic theme use a nice menĂ¹ in transparent mode over the slideshow image. I love it, but the problem is that I'm in trouble changing the menu backgroud color.
I find a first setting on
@media (min-width: 1200px) {
.header-transparent {
background: rgba(100, 0, 0, 0.35);
}
But the problem is that this setting does not works on mobile where it's not clear what setting is used to set the color.
I'm finding a similar problem on both setting fonts and colors for the slide show image (on mobile the css rule is not the same as for desktop)