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 #3714388
Hamburger Menu
Open

Comments

  • oktabaperis started the conversation

    Hello, I'm using Hamburger Menu. Can I add a text before the Hamburger like "MENU" or something and how?

  •  2,540
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .pc-builder-element.penci-menuhbg-wapper {
      display: flex;
      flex-direction: row;
      align-items: center;
      column-gap: 10px;
    }
    .pc-builder-element.penci-menuhbg-wapper:before {
      content: 'Menu';
    }

    Regards,
    PenciDesign.