Hello team,
by default the Promo Box button has the "icon-layout" icon.
Is it possible to change it with another icon, for example the "icon-graduation-cap"?
I have defined the class of a specific Promo Box as "edu-program" but my css does not work

Thank you!
Comments
.button_icon .icon-layout:before {content: '\e893' !important;
}