Hi,
I am still a newbie when it comes to CSS and Twitter bootstrap, so please forgive my question.
I am trying to add an icon I made myself, similar in style of the Glyphicons halflings included in boostrap and T3. The icon will be shown in one of the dropdowns of megamenu.
I saved the icon in a subfolder within the images folder and wrote the following css for my own icon (in the custom.css file):
.icon-my-custom-icon:before {
background: url(../images/subfolder/my-custom-icon.png)
}
However, the icon is not showing.
What is the right way to go about this?
Thanks!
Hector