Simplest way is to add a font size (e.g., 12px) to your text via the toolbar, then go to source and modify font-size:12px to font-size:200px. You can also create custom styles.
Ah, ok. There's no native way to do it, so it's not as customizable as you might like. The only way to change the styles inside the combo is by forcing a fixed size, which will be set for all list items... To do that, add the following at the end of the contents.css file:
.cke_panel_listItem a span
{
font-size: 12px !important;
}
Simplest way is to add a font
Simplest way is to add a font size (e.g., 12px) to your text via the toolbar, then go to source and modify font-size:12px to font-size:200px. You can also create custom styles.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
This is what I mean
please check the file I upload
Attachments:
Ah, ok. There's no native way
Ah, ok. There's no native way to do it, so it's not as customizable as you might like. The only way to change the styles inside the combo is by forcing a fixed size, which will be set for all list items... To do that, add the following at the end of the contents.css file:
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
It's helpful.
Thank you!!
It's helpful.