Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #157119
    Martijn van Vuure
    Participant

    Hoi I try to change the collor of the menu button it apears when the screen go to mobile modus.
    Its standaard gry, but whith my gry pictures on the background you can not see it.
    Black (or darker) woud be perfect.

    ou now wher i can change it?

    When i go to inspect it i see it has somthing to do whith this script:

    .absolute-header .menu-toggle {
    /* color: rgba(255,255,255,.65); */
    When i turn it of its going to be black.
    Can i just erase the line? and wher in the script CSS??

    Thanks.

    greetings Matz – site https://www.relatieprobleem.nu

    #157129
    Sakin
    Keymaster

    Hello Matz,

    For that, you can just add the following css in “Appearance => Customize => Additional CSS” box:

    .absolute-header .menu-toggle {
    	color: #000;
    }

    Regards,
    Sakin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘change color menu-toggle’ is closed to new replies.