May 05, 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
2 Replies
May 05, 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 05, 2022 5:05 pm
That fixed it, thank you very much!