Notifications
Clear all

Issue with Widget and Icons and CSS

4 Posts
2 Users
0 Likes
1,495 Views
(@mattcrux)
Member Customer
Joined: 7 years ago
Posts: 12
Topic starter  

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

widget

   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4172
 

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">

   
ReplyQuote
(@mattcrux)
Member Customer
Joined: 7 years ago
Posts: 12
Topic starter  

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?


   
ReplyQuote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4172
 

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.


   
ReplyQuote
Share:
Scroll to top