Skip to content
Public Ticket #3842

movile menu

Conversation thread

Natiar401 replied

Customer Reply

Thankyou! It worked great

PenciDesign replied

Staff Reply

Hi,

Please add more this code to Customize > Custom CSS to do that:

\
#navigation .button-menu-mobile:after {\
    content: 'Menu';\
    display: inline-block;\
    margin-left: 6px;\
    font-size: 20px;\
}\

@Shlomi: Thank you for your suggest.

Best Regards,

PenciDesign

Shlomi Asaf replied

Customer Reply

You can try to do it using the css pseudo elements :before or :after, (if guys from PenciDesign wont offer you a better way :) )

Exampe. 
.button-menu-mobile:before { 
  content: "menu";
  display: block;
  position: absolute;
  left: 1.2em;  
  top: 0.6em;
  line-height: 1;
}

Natiar401 started the conversation

Conversation Start

How To Add The Word "Menu" To The Mobile Menu on Soledad. I would like to have the words menu  with the menu Icon. Some people don't understand the icon and don't know how to navigate when they are on phone.

Thankyou

Want to join this conversation or access attachments? Sign in first.