New Landing How can we help? Themeforest Theme Support Dante Change arrow color in standard nav menu tertiary level

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #293420
    WEswift
    Member
    Post count: 234

    I have just added a tertiary level of navigation to this site. How do I control the color of the secondary level arrow that indicates a tertiary level navigation? It is the arrow on “Services and Amenities” that when you hover shows the tertiary level below that. You can barely see it since it is gray on green. See attachment.

    Attachments:
    You must be logged in to view attached files.
    #293430
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    nav.std-menu .menu .sub-menu .parent > a::after {
        border-top: 8px solid transparent !important;
        border-bottom: 8px solid transparent !important;
        border-left: 8px solid #fff !important;
        margin-top: -7px !important;
    }

    Thanks
    Mohammad

    #293505
    WEswift
    Member
    Post count: 234

    thank you that worked!

    #293507
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Mohammad – marking as resolved.

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

You must be logged in to reply to this topic.