Skip to:
Content
Pages
Categories
Search
Top
Bottom

Insert/edit Link – defining custom colors for this Message WIndow


  • tiffany_sands
    Participant

    @tiffany_sands

    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!

Viewing 1 replies (of 1 total)

  • Robin W
    Moderator

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

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar