Hello,
I would like to change the color of Maga menu. I already did whatever says in documentation:
first of all I created custom.css file into (/templates/ja_teline_v/css) folder and put below code:
.t3-header.ja-affix-top.style-dark, .off-canvas-right.off-canvas-open .t3-header.style-dark {
background: red;
}
but didn't work.