• Hi. How do I add an arrow, or something, on the drop down menu to let viewers know it has child pages on the drop downs?
    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Hi,

    To add down arrow please use following css code in additional css section in customizer.

    .menu-item-has-children {
        content: "\f063";
        font-family: FontAwesome;
        top: 15px;
        position: absolute;
        color: #fff;
        right: -5px;
        font-size: 12px;
        }

    Thanks

    Thread Starter oakol

    (@oakol)

    Thank you for your prompt support.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Arrow on Menu with Child Pages’ is closed to new replies.