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 #3104434
Menu arrows
Closed

Comments

  •  3
    laugher started the conversation

    Could I have arrows in the submenu as in main menu? 

    6434614427.png

    Ty a lot.

  •  2,489
    PenciDesign replied

    Hi,

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

    #navigation ul.menu ul li.menu-item-has-children a::after {
      font-family: FontAwesome;
      content: "\f105";
      margin-left: 5px;
      color: inherit;
      font-size: 13px;
      font-weight: normal;
      width: auto;
      display: inline-block;
      float: right;
    }

    Regards,
    PenciDesign.