Archived topic
Icon before category
7 replies · Started by iamarghya on May 5, 2022
I am trying to give a prefix font awesome icon in the category in the right sidebar but Can't add it, Would u see and help me?
Hi there,
you will need to install the Font Awesome library to use its icons:
Thanks But if we want to add an icon before that category 'li' on the sidebar of the page without font awesome or anything can I add in-built gp icons?
The CSS you're using has the content property.
One option is to upload an Image of the icon and then you can display it using content:
content: url(the_full_url_to_the_image.jpg);
Or you can use: 'content: '';`
And add the image as a CSS background-image.
Otherwise you will need to upload a font like FA
If I remove the content property is there any other options available?
The only option is to use a background image on the li
ok ok Got it
Glad to hear that