Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 1, 20232 yr Hi. I have a question. How to change the color of Blockquote like, green, yellow,.... Thanks.
January 2, 20232 yr Community Expert Solution I would suggest using the "code" toolbar for posting items like this. Quote, however, is part of the rich text process so while it won't do this permanently like for syntax highlighting, you can use the font color toolbar to change color.
January 2, 20232 yr Author 58 minutes ago, Jim M said: I would suggest using the "code" toolbar for posting items like this. Quote, however, is part of the rich text process so while it won't do this permanently like for syntax highlighting, you can use the font color toolbar to change color. Although i'm using Code, but the background is GREY, i need to change background like red, yellow, green, or something else. Like this in bootstrap: https://getbootstrap.com/docs/5.0/utilities/background/ Edited January 2, 20232 yr by hackinOS
January 2, 20232 yr Community Expert I'm afraid, changing display/style of how this function is outside our scope of support as it requires customization of the theme.
January 2, 20232 yr .ipsQuote{ background-color: red; } .ipsQuote_citation{ background-color:cyan; } .ipsQuote_contents{ background-color: orange; }