Notifications
Clear all

wpForo 1.x.x [Solved] Wowhead toaster link popups

9 Posts
3 Users
1 Reactions
2,605 Views
Posts: 2
(@proody)
New Member
Joined: 8 years ago

I mean this is a Plugin Named WoWpi.

Deactivate or edit this.

Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

This issue coems from your theme CSS, it sets background color to all tables and this plugin tooltip table is also being affected. You can use this CSS code to overwrite theme affection. Put it in themes' style.css or in  Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, then delete all caches and do Ctrl+F5 on front-end:

.wowhead-tooltip.wowhead-tooltip-width-restriction table{ 
     background-color:#111111!important;
}
Posts: 5
Topic starter
(@nuikk)
Active Member
Joined: 7 years ago
Posted by: Robert

This issue coems from your theme CSS, it sets background color to all tables and this plugin tooltip table is also being affected. You can use this CSS code to overwrite theme affection. Put it in themes' style.css or in  Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, then delete all caches and do Ctrl+F5 on front-end:

.wowhead-tooltip.wowhead-tooltip-width-restriction table{ 
     background-color:#111111!important;
}

This worked perfectly.

Thank you for taking the time to get back to me.

Page 2 / 2