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 #2897213
vertical nav menu
Closed

Comments

  • algottt started the conversation

    Can I change the Menu Hamburger style From triangle to square?

  •  2,548
    PenciDesign replied

    Hi,

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

    .penci-vernav-toggle {
        background-color: var(--pcaccent-cl);
    }
    .penci-vernav-toggle i {
        top: 17px;
        left: 17px;
    }

    Regards,
    PenciDesign.