Icon next to tab title

Hi I am trying to place a chevron icon next to the nav title text. This is what i have, but it doesnt display the icon (just a rectangle).

.x-nav-tabs>li>a:after {
content: “\f004”;
color: red;
}

Could you please advise…
Cheers
Max

Hi @gimmechefs,

Your custom CSS uses FontAwesome and we have that built-in in our themes. Just ensure the Font Awesome weight/type you need is enabled in Theme Options > Miscellaneous
And you just then need to add font-family: "FontAwesome" !important to your CSS code.

I’d recommend that you use the V2 Tab element so he can add an Icon like video, so you don’t need to use any custom CSS code/


Just remember that we don’t provide any support to the custom codes, here we are pointing out what is available with the theme.

Hope it helps.

Thanks

Thanks. It worked well.

You’re more than welcome, glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.