You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Online

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

#110832 italic text always in red

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Ryan on Wednesday, 13 April 2022 16:23 BST

lmilitel
Hi,
I have installed JCE editor Pro version 2.9.22
It happens that italicized text always appears in red.
Can you help me solve this problem?

Thanks

Luca

saraheagle
Hello, this red text is probably in one of your own stylesheets.
Find the italicized text in the outputted page code and look to see what it's css is using the code inspector tools.

Ryan
The template is probably styling the tag with red text, which is common in Yootheme templates or other template frameworks that use the UIKit css framework. The template stylesheet may contain something like:

em {
  color: #f0506e;
}
Check the template documentation or contact the template developer as to how you can override this.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.