Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #720964

    Hi, I found this code but I want to use a different icon of fontello (I like this one \ue877 )

    .menu li > a:after { content: ' ▾'; } 
    .menu li > a:only-child:after { content: ''; }

    Can you help?

    #721510

    Can you help me?

    .menu li > a::after {
        content: " ????";
        font-family: "??fontello???";
        font-size: 10px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        position: absolute;
        right: -1px;
        text-transform: none;
        top: 1px;
    }
    • This reply was modified 7 years, 11 months ago by royaltask.
    #722005

    Hi,

    Try to change your code to this one:

    
    .menu li > a:after {
        font-family: 'entypo-fontello';
        content: '\E854';
    }

    Just replace \E854 with the content you want to use. Hope this helps.

    Best regards,
    Nikko

    #722009

    Can I get some help please

    #722108

    Hi,

    Let us know how we can help. Did the code I gave not working?

    Best regards,
    Nikko

    #722343

    Thank you I got this working.

    #722357

    Hey!

    You’re welcome, Glad we could help :)

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘▾ Show arrow down icon on main menu if child pages’ is closed to new replies.