New Landing How can we help? Themeforest Theme Support Supreme Navigation > Change Divider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Supreme
  • #7347
    cyborgninja
    Member
    Post count: 26

    How to change the navigation divider (bullet) to something else like a horizontal line?

    #7591
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    This is the CSS we use for those bullets. Paste it in the Custom CSS box and amend it to your needs, adding !important to the end of each value, like I did with the first one:

    .menu-dividers nav .menu > li:before {
        background: #FF0000 !important;
        border-radius: 3px 3px 3px 3px;
        content: "";
        height: 6px;
        left: 0;
        margin-left: -3px;
        margin-top: -3px;
        position: absolute;
        top: 50%;
        width: 6px;
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

Viewing 2 posts - 1 through 2 (of 2 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