Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #853606

    ldollard
    Participant

    Hi could you tell me how to have my navbar arrows point right.

    I looked on the forum and you answered the same question with this code.

    .sub-menu .menu-item-has-children a > span::after {
    content: “\\f101” !important;
    }

    But it doesn’t seem to have any effect?

    http://dev3.novelcreativeagency.com/

    Thanks so much

    #853607

    ldollard
    Participant

    and this

    .x-navbar .desktop .x-nav li > a > span::after {
    content: “\\f107”;
    }

    .sub-menu .menu-item-has-children a > span::after {
    content: “\\f101” !important;
    }

    #853723

    Darshana
    Moderator

    Hi there,

    Could you please try adding this instead.

    
    .x-navbar .desktop .x-nav li > a > span::after {
        content: "\\f101";
    }
    

    Hope that helps.

    #855873

    ldollard
    Participant

    works perfectly, you know your demos dont use this css when you guys use a navbar on the right or left, you should prob update it so it looks the same.

    Thanks again

    #856185

    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Cheers!