Button color in side slide menu

Hi,
is there a way to change the (font-)color only for the button in the mobile/tablet menu (side slide)?
My problem is: the background of the side slide menu is dark, so you can't read what the button says. But I don't want to change the button color for my whole page. I tried many color settings, but only the colors->content->buttons->color setting seems to change this button.
Thanks for your help!

Comments

  • Hi,

    Could you please provide us with a link to your page? Also try to attach a screenshot, and more detailed info would be appreciated.

    Thanks
  • Sorry, here is my site: www.dasharfenduo.de
    In the menu you see the button "Karten und mehr". It has the same font-color as any other button on the page. But in the tablet/mobile menu I chose a darker background color. Now you can't read the button's caption anymore. I tried to change the button's font-color, but only the option colors->content->buttons->color in the betheme-options had an effect on it. Unfortunately this changes every button on my page.

    I just want to change this button's font-color without changing every button on my page. Is that possible?
  • Try using this css 
    @media (max-width:768px) {
    .action_button {
    color:white !important;
    }
    }
  • That works, thanks!
Sign In or Register to comment.