Jump to content

Featured Replies

Posted

Hi. I have a question. How to change the color of Blockquote like, green, yellow,....

Thanks.

Could contain: Page, Text

Solved by Jim M

Go to solution
  • 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.

  • 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 by hackinOS

  • 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.

.ipsQuote{
  background-color: red;
}
.ipsQuote_citation{
	background-color:cyan;
}
.ipsQuote_contents{
	background-color: orange;
}

 

 

Could contain: File, Webpage, Text

Recently Browsing 0

  • No registered users viewing this page.