Tagged: icons
Is it possible to change the icon color within IconBox?
I have tried to work around it by coloring an icon and adding text & trying to put them both on same line with
#element1 {display:inline-block;margin-right:10px;}
#element2 {display:inline-block;}
but this isn’t working.
Solved with
top# .element1 {display:inline-block;margin-right:10px;}
top# .element2 {display:inline-block;}