Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #95491
    Miguel Angel
    Participant

    Hello, how can i change the color of the sandwich menu? and the sandwich background?
    Thanks!

    #95492
    Miguel Angel
    Participant

    i have the pro studio theme

    #95514
    Mahesh
    Keymaster

    @nogueracano: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #masthead a.icon {
        color: #00ffff !important;
    }
    
    .menu-toggle {
        background-color: rgba(255, 0, 255, 0.6);
    }

    Note: Please change the color as you desired.

    Regards,
    Mahesh

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Sandwich color’ is closed to new replies.