Hey Russ,
Sup bro? So i'm using an old code to add FA icons to my 3rd party widgets. Because after installing the new themes, Some just has this " >> " as the icon.
So this is the code im using:
which results in this:
So, I'm at the loss because the buy me a beer widget doesn't change. the widget definition is " html ", so i cant figure out why its not working. it's the only Html widget I have.
Help a brother out!
Sup bro? So i'm using an old code to add FA icons to my 3rd party widgets. Because after installing the new themes, Some just has this " >> " as the icon.
So this is the code im using:
Code:
.block[data-widget-definition="xFRMResourceStatistics"] .block-minorHeader::before{
.m-faContent(@fa-var-album-collection);
}
.block[data-widget-definition="html"] .block-minorHeader::before{
.m-faContent(@fa-var-heart);
}
which results in this:
So, I'm at the loss because the buy me a beer widget doesn't change. the widget definition is " html ", so i cant figure out why its not working. it's the only Html widget I have.
Help a brother out!