sophie1204 Active member Sep 15, 2013 #1 Can anyone tell me how to change the background color in the box in which a previous post is quoted, after you hit "reply?" Thanks! Last edited: Sep 15, 2013
Can anyone tell me how to change the background color in the box in which a previous post is quoted, after you hit "reply?" Thanks!
Jeremy in memoriam 1991-2020 Sep 15, 2013 #2 The quote BBCode? Do an ACP search for @quote and you should find it in style properties. Upvote 0 Downvote
TPerry Well-known member Sep 15, 2013 #3 sophie1204 said: Can anyone tell me how to change the background color in the box in which a previous post is quoted, after you hit "reply?" Thanks! Click to expand... Should be Code: .bbCodeQuote .quoteContainer .quote { background-color: red; } Upvote 0 Downvote
sophie1204 said: Can anyone tell me how to change the background color in the box in which a previous post is quoted, after you hit "reply?" Thanks! Click to expand... Should be Code: .bbCodeQuote .quoteContainer .quote { background-color: red; }