@tiffany_sands
10 years, 2 months ago
We’re use white text on a dark background in our BBPress Forum.
The problem that we’re having is that the Insert/edit Link Box defaults to white background, now with unreadable white text.
Can the background color of this message window be modified?
If not, is there a way I can set the text in this message window to display as dark, while retaining the white text on the forum?
See: http://bmslifttruck.com/forums/forum/welcome/ and click LINK
Thanks!
@robin-w
this box has 3 classes allocated
#link-modal-title #link-selector #submitbox
so something like
#link-modal-title, #link-selector, #submitbox { Background #21201f !important ; }
added to your style.css should fix it.
Come back if that is not clear.