Okay
  Public Ticket #955375
Signaling a dropdown — default behaviour
Closed

Comments

  •  2
    midfieldco started the conversation

    Hello,

    We are using your awesome theme for one of our clients and were wondering if we're missing something or are main nav dropdown links not styled at all by default? i.e. a dropdown arrow or something?

    We can customise it ourselves but our initial thinking is that there's some sort of bug because it's not good UX to not signal dropdowns.

    Any information would be greatly appreciated.

    Thank you!

  •  8,996
    Tahir replied

    Hey Again,

    Yes they were removed in the Ascend Skin, If you switch to Original Skin in the Salient Theme Options Panel you would get those arrows . 

    Thanks 


    ThemeNectar Support Team 

  •  2
    midfieldco replied

    Will there be an option to have arrows in Ascent or are you phasing out Ascent all together?

    Thanks.

  •  8,996
    Tahir replied

    Hey Again,

    Its been phased out. If you really want them to appear try this css hack :

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    #header-outer[data-format="centered-menu"] header#top nav > ul.sf-menu > li.menu-item-has-children >a:before {
        content: "\f107";
        color: #fff;
        font-size: 12px;
        line-height: 16px;
        height: auto;
        background-color: transparent!important;
        position: absolute;
        top: 5px;
        right: -15px;
        font-family: 'FontAwesome';
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    midfieldco replied

    Thank you, this resolves it.