Skip to:
Content
Pages
Categories
Search
Top
Bottom

Text background

Viewing 9 replies - 1 through 9 (of 9 total)

  • ericross
    Blocked

    @ericross

    I don’t think so since its black background in that black text space wont be visible ..


    Robin W
    Moderator

    @robin-w

    add this to your custom css and alter the image to the one you want

    #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    	background-image: url("paper.gif");
    }

    markleeuw
    Participant

    @markleeuw

    Hi RObin,

    I get this exclamation mark

    Image and video hosting by TinyPic


    Robin W
    Moderator

    @robin-w

    your css area is very picky, most just accept what they are given

    try

    .bbp-the-content {
    	background-image: url("paper.gif");
    }
    

    markleeuw
    Participant

    @markleeuw

    1 fixed the code \/

    Image and video hosting by TinyPic

    2. i put my own image inside

    Image and video hosting by TinyPic

    but it is still black

    any ideas?


    Robin W
    Moderator

    @robin-w

    try

    .bbp-the-content {
    	background-image: url("paper.gif") !important;
    }

    ie add the !important bit

    if that fails, then it is beyond general help !


    markleeuw
    Participant

    @markleeuw

    haahhahahaha XD i have no idea what this mean 😛

    Image and video hosting by TinyPic

    is it beyond your help?


    Robin W
    Moderator

    @robin-w

    I have not seen a custom css area that is so restrictive – is this a part of your theme, a plugin or what?


    markleeuw
    Participant

    @markleeuw

    yes this a part of my theme.

    I have aqualy a other question. Im going to open a new topic im curious what you think of it.

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