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?
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;
}
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
Can I get some help please
Hi,
Let us know how we can help. Did the code I gave not working?
Best regards,
Nikko
Thank you I got this working.
Hey!
You’re welcome, Glad we could help :)
Best regards,
Nikko