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 #1666936
movile menu
Closed

Comments

  • Natiar401 started the conversation

    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

  •  1
    Shlomi replied

    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;
    }


  •  2,699
    PenciDesign replied

    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

  • Natiar401 replied

    Thankyou! It worked great