Aug 27, 2020 11:07 am
In the share urls box the close icon is corrupt as an example.
I can't see why id:
wpforo-dialog-close
do not work.
Site:
2 Replies
Aug 27, 2020 12:55 pm
Hi @uman231,
Please try teh following CSS code:
.fa-window-close:before {
content: "\f410" !important;
}
The CSS code should be added in the Dashboard > Forums > Settings > Styles admin page "Custom CSS Code" textare.
Don't forget to delete all caches and press CTRL+F5(twice) on the frontend befpre checking.