November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Mads
I thought the same as you. As it turns out, you need to put spaces between all subsequent classes. So, for yours, you need to have the following:
h2.font-h1 .font--big{ EditMenuName: H1 Big; ChangeElementType: true; font-size: 3.5rem; line-height: 3.5rem; }
Hope this helps you (although realise it has been 18 months!) or someone else :)
Matt
Hi,
So I have configured the tinyMCE to include alot of styles, and only some of them are working.
I have created the Editor.css file and refrenced it in the project (latest updates as of 06-04-2016 for both CMS and Commerce)
The Editor.css contains:
And many more styles.
The problem is that the classes does not get applied correctly.
As far as I know the above should create:
But right now when I apply the styles I get the following:
Can anyone spot a problem with my Editor.css file, or is this a common problem with tinyMCE?