Back colour of topic replies.
-
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)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.