Site logo

Archived topic

Menu mobile is orange

3 replies · Started by John on February 15, 2021

Viewing posts 1–4 of 4

Hey,

I want to change the background color of my mobile menu. It is orange now with white, and when i click on it it turns to white with grey letters. I want it to be white with grey letters all the time also when nopt being clicked.

I tried some tips in previous topics but didnt work for me.

Hi there,

its the Elementor theme colors that are creating the issue.
Try this CSS to override them:

.elementor-page button.menu-toggle {
  background-color: transparent;
}

It worked thanks

Glad to hear that!

This archived topic is closed to new replies.