Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Flexform
  • #223598
    Nemesis
    Member
    Post count: 9

    Hi there,

    I see some code in the CSS for menu dividers but can’t seem to see where to activate it?
    .menu-dividers nav .menu > li:before {

    I’d love to be able to put a solid block of colour between each main item and not sub menus

    Can you point me in the right direction?

    Thanks

    …Spence

    #223613
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide an mockup image so we can see exactly what can be done?
    Thanks

    -Rui

    #223617
    Nemesis
    Member
    Post count: 9

    Something like this?

    Attachments:
    You must be logged in to view attached files.
    #224180
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    You would need a CSS modification like this, please change the background color to suit your requirements:

    #main-navigation li:after {
        content: " ";
        background: rebeccapurple;
        width: 3px;
        height: 3px;
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
    }
    
    #main-navigation li:last-child:after {
        display: none;
    }

    – David.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register