The default Content block that comes with Concrete5 has a "styles" option. Presumably this means you can apply a particular preset style to certain parts of text you enter into the WYSIWYG editor, in the same way that you can apply different font options. Can someone explain concisely how to add style options to this?
Nevermind! As usual a little extra searching finds the answer.
For anyone else having this issue, create a separate .css file called "typography.css" and drop in your theme's folder and upload it. Any styles you create here are now instantly accessible in the Content WYSIWIG editor.
New problem - got the styles added to the drop-down, and they show up properly in the WYSIWYG editor, but do not show up on the page itself after clicking "Update." Even when I view the source, the style class is set properly around the text. Yet it won't show up visually on the page. Any idea what's overriding it?
Code
Post Reply
Delete Post
You are allowed to delete your post for 5 minutes after it's posted.
For anyone else having this issue, create a separate .css file called "typography.css" and drop in your theme's folder and upload it. Any styles you create here are now instantly accessible in the Content WYSIWIG editor.