• Resolved doan quang

    (@doan-quang)


    Hi,

    Could you let me know how to put vertical lines between navigation labels as it is now using greater symbol (>) in ColorWay as follows:

    HOME | WORK | RESUME | CONTACT

    Thank you

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter doan quang

    (@doan-quang)

    Hi Sanjog,

    Yes, I want | to be displayed instead of >.

    Thank you

    Hi @doan quang

    Try this in main theme’s folder -> js -> superfish.js
    In this file find below line and change
    $arrow = $(['<span class="',c.arrowClass,'"> ›</span>'].join('')),

    To this
    $arrow = $(['<span class="',c.arrowClass,'"> ∣</span>'].join('')),

    Thank You!

    Thread Starter doan quang

    (@doan-quang)

    Hi Sanjog,

    Great, the > is gone but the sign | does not appear but that’s good enough for me.

    Thanks a lot for your kind assistance.

Viewing 3 replies - 16 through 18 (of 18 total)

The topic ‘Vertical lines between navigation labels’ is closed to new replies.