Hi
After updating Football Pool to the latest version, FP Widgets don’t inherits my Theme CSS, like before updating (happens only in the footer, not in the sidebar).
Please see the following and the screendumps.
Football Pool version 2.11.9
Highlighting “Top 3 Rangliste” & “De seneste kampe” and then looking at the source:
h1 class=”widget-title”>Top 3 Rangliste</h1
h1 class=”widget-title”>De seneste kampe</h1
(start < and end > is omitted due to the formatting)
Football Pool version 2.12.0
Also highlighting “Top 3 Rangliste” & “De seneste kampe” and then looking at the source:
div class=”football-pool-widget”>Top 3 Rangliste<table class=”pool-ranking ranking-widget”
div class=”football-pool-widget”>De seneste kampe<table class=”gamesbox”
(start < and end > is omitted due to the formatting)
How to get around this issue?
Thanks.