Jump to content

Ckeditor Remove Existing Font Color and Prevent in Future


Recommended Posts

Posted

Hi,

People have been using multiple font/text colors in posts. I would like to not allow other font colors. The problem is if I remove the option from Ckeditor it is still available when people paste colored font in as rich formatting.  Is there a way for all font colors not black to be turned black and to disable the future use of font/text colors in the future? I also do not want raw font code to display if it is posted as rich formatting in the editor. 

Thanks,
William

Posted

...probably? I imagine you could add something like

.ipsComment .ipsComment_content .cPost_contentWrap {
  color: black !important;
}

or whatever CSS selector works.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...