I am trying to add a small icon into the title of a Menu module that I have created. I found a previous post where you showed how to do this which I have followed but it does not seem to work in my instance. What I did was:
Added this to custom.css:
.t3-module.extraIcon .module-title span:before {
content: "\f073";
font-family: FontAwesome;
padding-right: 0.5em;
}
Then I added " extraIcon" to the Module Class Suffix (the space is there) in the Advanced of the module
Please let me know where I have gone wrong with this.
Thank you
Helen