Advicing on editing template core css files is a bad idea.
@ancaida
Quark has a system of less compilation software allowing for advanced users to make changes fast. You can disable the "recompile .less files" option in template settings (if it is enabled), then:
please edit: /templates/gk_quark/css/override.css and add at its end:
- Code: Select all
#gkHeaderNav .gkMainMenu .gkmenu > li div.childcontent {
background: #fff;
}
Please change #ff to your desired color.
Remember to enable "CSS override" in template settings - advanced section.