Notifications
Clear all

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.

 

wpForo 1.x.x [Solved] Problem wrong Color on Share URLS - Dark theme

3 Posts
2 Users
2 Reactions
1,128 Views
Posts: 14
Topic starter
(@lorias_)
Eminent Member
Joined: 3 years ago

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
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

@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)

Posts: 14
Topic starter
(@lorias_)
Eminent Member
Joined: 3 years ago

That fixed it, thank you very much!