Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2535332
hamburger menu
Closed

Comments

  • ejrobirds started the conversation

    I would like to replace hamburger menu on mobile with an image or icon that says MENU. Can you help? Users of site are often older and not computer savvy.


  •  2,699
    PenciDesign replied

    Hi,

    You can try add more this code to Customize > Custom CSS to do that:

    #navigation .button-menu-mobile:after {
        content: "Menu";
        text-transform: uppercase;
        margin-left: 5px;
    }
    

    And you can change the color for this button on Customize > Colors for Header > Main Bar Search Icon Color

    Color for this button will follow the color for search iconwink.png


    Best Regards,

    PenciDesign