Skip to:
Content
Pages
Categories
Search
Top
Bottom

Back colour of topic replies.


  • Chuckie
    Participant

    @ajtruckle

    I have this styling:

    #bbpress-forums div.bbp-reply-content {
    	border-left: solid 1px black;
    	background: whitesmoke !important;
    	padding-left: 5px;
    }
    
    #bbpress-forums div.bbp-reply-author {
    	background: whitesmoke !important;
    }
    
    #bbpress-forums div.bbp-reply-content li {
    	color: #000 !important;
    }
    
    #bbpress-forums div.bbp-reply-content a {
    	color: blue !important;
    }
    
    #bbpress-forums div.bbp-reply-content a:hover {
    	text-decoration: underline;
    }
    

    The problem is that it applies it to the very first row with the headings and I don’t want it to. Ideally I want to set the background of just the replies themselves to whitesmoke.

Viewing 1 replies (of 1 total)

  • Chuckie
    Participant

    @ajtruckle

    Sorted it. I added this second style:

    #bbpress-forums li.bbp-header div {
    	background: #7A7A78 !important;
    	border:  none;
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar