Notifications
Clear all

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

3 Posts
2 Users
2 Reactions
742 Views
Posts: 14
Topic starter
(@lorias_)
Eminent Member
Joined: 2 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: 1357
(@tutrix)
Noble Member
Joined: 4 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: 2 years ago

That fixed it, thank you very much!