May 5, 2022 1:21 pm
Good day people,
I was playing around a bit with WP-Foro and discovered that with the Darktheme the URl's are not readable with "Share Urls". These are almost as bright as the background, which is why you think that there are none. I tried to play around in the color settings, unfortunately without success. Do you know more?
~ Lorias
wpForo Version
1.9.9.1
WordPress Version
5.9.3
PHP Version
7.4.29
MySQL version
MariaDB 10.2.24
2 Replies
May 5, 2022 4:31 pm
@lorias
maybe your WP theme or a plugin overwrites the setting
try this
add this to custom css
.wpforo-copy-url-wrap .wpforo-copy-url-label, .wpforo-copy-url-wrap .wpforo-copy-input-body { background-color: #666666 !important; color: #ffffff !important; }
Dashboard > Forums > Settings > Style (custom css)
May 5, 2022 5:05 pm
That fixed it, thank you very much!