X xelA Member Jan 29, 2016 #1 I'm trying to remove the gradient background image from the quote box by removing the image path from Quote Attribution Block with no success. What is the correct way to do the above? Also, how do I change the color of the quote box borders? Thanks in advance.
I'm trying to remove the gradient background image from the quote box by removing the image path from Quote Attribution Block with no success. What is the correct way to do the above? Also, how do I change the color of the quote box borders? Thanks in advance.
Chris D XenForo developer Staff member Jan 29, 2016 #2 This can be controlled using Style Properties > BB Code Elements Upvote 0 Downvote
X xelA Member Mar 10, 2016 #3 Just tried removing gradient from Quote Attribution Block but it doesn't do anything. Removed Image Path, Repeat = (blank), Position = (blank). Is there a way to do it via EXTRA.css or manual edit somewhere? Upvote 0 Downvote
Just tried removing gradient from Quote Attribution Block but it doesn't do anything. Removed Image Path, Repeat = (blank), Position = (blank). Is there a way to do it via EXTRA.css or manual edit somewhere?
P Paul B XenForo moderator Staff member Mar 10, 2016 #4 You also need to remove the background image from BB Code Block Type Row or just set the image path in Quote Attribution Block to none. Upvote 0 Downvote
You also need to remove the background image from BB Code Block Type Row or just set the image path in Quote Attribution Block to none.
rafass Well-known member Mar 10, 2016 #5 xelA said: Is there a way to do it via EXTRA.css or manual edit somewhere? Click to expand... Rich (BB code): .bbCodeQuote .quoteContainer { background: #fff4e5!important; } .bbCodeQuote .attribution { background: #f9d9b0!important; } change the colors to suit your needs. before: after: Upvote 0 Downvote
xelA said: Is there a way to do it via EXTRA.css or manual edit somewhere? Click to expand... Rich (BB code): .bbCodeQuote .quoteContainer { background: #fff4e5!important; } .bbCodeQuote .attribution { background: #f9d9b0!important; } change the colors to suit your needs. before: after: