Color of Burger menu

Hi, I’m new to Grav but have basic html/css knowledge.
I use Grav with the standard quarks theme and a custom.css in user/themes/quark/css/ where I was able to change things like text color or menu item color but not the color of the burger menu in the mobile view. It is always blue.
What’s strange is that I copied the config from Theme Tutorial | Grav Documentation
and pasted it to the custom.css but changes in
main-nav don’t have an impact at all.
Thanks
Martin

@Martin, No two themes are equal…

Themes do share commonalities but apart from a few minimal requirements they are totally free in their implementation. Totally free with respect to:

  • css selectors
  • Configuration
  • PHP logic
  • Twig templates
  • Twig logic
  • etc.

Recipes should be taken as a guideline not as a final solution, which means tweaking and poking and some basic knowledge might be needed…

The recipe you are referring to, is for an imaginary non-existing theme…

do you know inspect feature of web browsers?
if so you can use it to try css on elements you want
after finding right code you can add additional css to your theme
if cant find it, if you share your website’s adress i may look at it.