To add an image to the background of your quote box is pretty straightforward.
Add the following in your extra.css
Add the following in your extra.css
Code:
.bbCodeQuote blockquote {
background: url("styles/blf/xenforo/misc/quotes.png") no-repeat scroll right top rgb(252, 253, 253) !important;
background-size: contain !important;
padding: 10px...
You do not have permission to view the full content of this resource.
Log in or register now.