Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #117575
    Dylan Doskicz
    Participant

    The support on this forum is excellent. Many thanks to Mahesh for helping with some customization.

    Im hoping this is possible…

    Is there a way to replace the mobile menu from a gray box with an icon or graphic? Im currently using a power icon as my favicon and would love the mobile menu to be the same image.

    #117593
    Mahesh
    Keymaster

    @dosk: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #menu-toggle {
    	background-image: url("your image or icon url");
    	background-repeat: no-repeat;
    	background-size: contain;
    	width: 50px;
    	height: 50px;
    	text-indent: -9999px;
    	white-space: nowrap; 
    	background-color: transparent;
    	border: none;
    	outline: 0;
    	margin-top: 10px;
    }

    Note: Please replace “your image or icon url” in the above code with your desired image url.
    Let me know if any problem.

    Regards,
    Mahesh

    #117594
    Dylan Doskicz
    Participant

    Mahesh, you are the best! Thank you so much for all of your help, I really appreciate it. You’ve tackled every question I’ve had and really helped my site become unique. Thank you!

    #117599
    Mahesh
    Keymaster

    @dosk: I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/rock-star/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Mobile Menu Icon’ is closed to new replies.