Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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
@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)
That fixed it, thank you very much!