Notifications
Clear all

Limited Support

Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.

We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!

Merry Christmas and Happy Holidays! 🎄

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

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

I mean this is a Plugin Named WoWpi.

Deactivate or edit this.


Robert
Posts: 10600
Admin
(@robert)
Support Team
Joined: 10 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: 9 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