Davey
Registered
Just wondering how the lightbulb icon can be changed to a moon on the 2.1 version of Nova.
In 2.0 i used the following code in extra.less, but doesn't work in 2.1.
Any ideas how this works in the new version?
In 2.0 i used the following code in extra.less, but doesn't work in 2.1.
Code:
/* Night Icon start */
.fa-lightbulb-o::before {
content: "\f186";
}
/* Night Icon end */
Any ideas how this works in the new version?