Fórum

Modify the fckEditor or something else?

Kevin Hamrick, modificado 9 Anos atrás.

Modify the fckEditor or something else?

New Member Postagens: 4 Data de Entrada: 11/07/14 Postagens Recentes
First, I hope I am on the right track. I am trying to change the look & feel of the Web Content Display portal-specifically the style and font dropdowns. Right now they are dark blue with black text-hard to see. I believe this is the fckeditor and so I assume I need to change somehting there but I am not sure what/where to make the change. Any help would be appreciated.
gordon daniels, modificado 9 Anos atrás.

RE: Modify the fckEditor or something else?

Liferay Master Postagens: 797 Data de Entrada: 24/08/08 Postagens Recentes
I've asked this question many times and have never had an answer.

good luck
Kevin Hamrick, modificado 9 Anos atrás.

RE: Modify the fckEditor or something else?

New Member Postagens: 4 Data de Entrada: 11/07/14 Postagens Recentes
Interesting response. No one knows?
gordon daniels, modificado 9 Anos atrás.

RE: Modify the fckEditor or something else?

Liferay Master Postagens: 797 Data de Entrada: 24/08/08 Postagens Recentes
Kevin: If you look under my postings, this is one I have tried to get an answer for some time. The way I deall with sites that have a dark background (it picks it up from body tag) is to find a font color that will work with the dark color. Not ideal by any means, but you do what you have to do.

If you figure it out or get an answer, please post back. Would really like to know solution.
Kevin Hamrick, modificado 9 Anos atrás.

RE: Modify the fckEditor or something else?

New Member Postagens: 4 Data de Entrada: 11/07/14 Postagens Recentes
Thanks Gordon. I will keep trying to see if I can find a fix and update if I do.
Kevin Hamrick, modificado 9 Anos atrás.

RE: Modify the fckEditor or something else? (Resposta)

New Member Postagens: 4 Data de Entrada: 11/07/14 Postagens Recentes
I put this in a ustom.css file and it works at changing those 2 dropdowns.

ul.cke_panel_list {
background-color: #FCF4AD;
}
gordon daniels, modificado 9 Anos atrás.

RE: Modify the fckEditor or something else?

Liferay Master Postagens: 797 Data de Entrada: 24/08/08 Postagens Recentes
Kevin: Way to go! Thank you for sharing. I am not a developer so its really nice of you to post what worked for you. Definitely, going to give it a try.

thanks again