Plugin not displaying properly on Dark theme

TheStrongest

Junior Member
Joined
Jan 7, 2018
Messages
189
Reaction score
171
Hi guys, please I need your guide on this.
I’m using a dark version of a theme on my Wordpress website and I noticed that the WP Quiz Pro plugin I use doesn’t display properly on the dark version, the light version of the time shows the results page perfectly, but not the dark version.
It seems like on the dark version the texts on the result page kinda has a very very low opacity.
I’m not savvy on this, So I don’t really know how to fix it.
Please I’d like suggestions to fix this problem.
I can provide screenshots of each version so that you can see the problem.
 
PM me the link, I'll check it out.
 
I've found the problem. Open https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/, or any other way you can add custom CSS, and add the following code:
Code:
.wq-results {
    color: black;
}

Let me know how this goes.
 
did you update to the latest WP 5.5 ? it seem got a lot problems
my problems is related to youtube video
 
did you update to the latest WP 5.5 ? it seem got a lot problems
my problems is related to youtube video
Yeah, I did update to the latest version 5.5
what problem are you having with Youtube video?
 
Yeah, I did update to the latest version 5.5
what problem are you having with Youtube video?
here, I got open a thread on this https://www.blackhatworld.com/seo/anyone-encounter-your-site-on-mobile-been-mess-up-after-updating-the-latest-wordpress.1256541/#post-13515936

currently I install the plugin to so call temp fix my main page . Because my main page got a Youtube video which like an intro . After i update the latest WP 5.5 , notice the video never display out left a blank space there with play button .

just now i go check , a lot WP users comment the latest update mess up a lot stuffs , but for me is more on Youtube videos
so I go download the plugin , it temp fix the main page youtube video , able to play and display
BUT I noticed another new problem is not cause by this plugin , is again due to WP 5.5 .

some pages I got share youtube videos. now come the weird part, some video on mobile can't play show video unavailable , whereas I go desktop view it , able to play
 
here, I got open a thread on this https://www.blackhatworld.com/seo/a...g-the-latest-wordpress.1256541/#post-13515936

currently I install the plugin to so call temp fix my main page . Because my main page got a Youtube video which like an intro . After i update the latest WP 5.5 , notice the video never display out left a blank space there with play button .

just now i go check , a lot WP users comment the latest update mess up a lot stuffs , but for me is more on Youtube videos
so I go download the plugin , it temp fix the main page youtube video , able to play and display
BUT I noticed another new problem is not cause by this plugin , is again due to WP 5.5 .

some pages I got share youtube videos. now come the weird part, some video on mobile can't play show video unavailable , whereas I go desktop view it , able to play
I think if the themes and plugin update theirs everything will work fine
 
Back
Top