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

Home Forums Support [Resolved] + symbol for sub-menu's instead of the down-arrow symbol ?

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1288406
    David

    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

    #1289234
    Tom
    Lead Developer
    Lead Developer

    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 ๐Ÿ™‚

    #1289402
    David

    Thanks Tom, worked perfectly!

    #1290643
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.