Okay
  Public Ticket #2273361
Change menu color in mobil
Closed

Comments

  • edgar_loftspa started the conversation

    The menu does exist and works but cannot be seen, how can I change its color?

  •  608
    WordPress replied

    Hi,

    You add style in customize-> additional CSS 

    @media (max-width: 991px){

    .header-04 .header-top .menu-icon .ti-menu {

    color:#333 !important;

    }

    }