Hello,
I'm having an issue with the widgets panel. Everything was working fine and I literally have not touched any css for my site since installing this plugin and then all of a sudden the Icons went white and the count numbers are back on the circles. Do you know what might of happened? Also where can I change the css of these widget panels so I can customize them? Thanks
Please delete cache. We don't see new icon CSS files.
For some reason your theme blocks head loading of font-awesome icons. Please edit header.php of your theme and put this code after <?php wp_head() ?> function:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
Thank you Tom, that worked. However, I still would like to know how to edit the CSS of the widget, where would I go to edit the styling?
Hi Matthew,
The CSS file of this addon is located in /wpdiscuz-ads-manager/assets/css/frontend.css
However I recommend add all custom CSS in Dashboard > Comments > Settings > Styling > Custom CSS Code textarea. Delete all cache and do Ctrl+F5 on front-end to load the new CSS code.