Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #110859
    Jennifer Sims
    Participant

    Dear Support,

    I have a white background in Fabulous Fluid Pro header. When I view in mobile screen mode the menu icon is white and not visible. I’d like to change it to red, could you advise please.

    Thanks

    Jen

    #110872
    Mahesh
    Keymaster

    @jennifersimsdesign-com-au: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #responsive-menu-button {
        color: #f00;
    }

    Regards,
    Mahesh

    #110875
    Jennifer Sims
    Participant

    Thanks Mahesh,

    Could I also ask for the hover code please.

    #110900
    Mahesh
    Keymaster

    @jennifersimsdesing-com-au: For hover and focus, add the following CSS:

    #responsive-menu-button:hover, 
    #responsive-menu-button:focus {
        color: #f00;
    }

    Regards,
    Mahesh

    #110902
    Jennifer Sims
    Participant

    Brilliant – thanks!

    #110907
    Mahesh
    Keymaster

    @jennifersimsdesign-com-au: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change mobile menu icon colour in Fabulous Fluid Pro’ is closed to new replies.