Site logo

Archived topic

+ symbol for sub-menu's instead of the down-arrow symbol ?

3 replies · Started by David on May 17, 2020

Viewing posts 1–4 of 4

I thought there was a setting for this, but perhaps I'm mistacen ?

Also is there a way to place a vertical line (border perhaps?) between each menu item?

TIA, Dave

Hi there,

Try this:

.dropdown-menu-toggle:before {
    content: "+";
}

.dropdown-menu-toggle .gp-icon {
    display: none;
}

.main-navigation .main-nav > ul > li:not(:last-child) > a {
    border-right: 1px solid #ddd;
}

Let me know :)

Thanks Tom, worked perfectly!

You're welcome :)

This archived topic is closed to new replies.