CSS classes not showing up in dropdown

5 posts by 2 authors in: Forums > CMS Builder
Last Post: February 19, 2015   (RSS)

By lanesboroweb - February 18, 2015

I've read this post: http://www.interactivetools.com/forum/forum-posts.php?postNum=2210705

Having the same problem. I have added link classes to the wysiwyg_custom.css file, but when I wish to create a link in text, those classes are not displayed in the dropdown. Perhaps I am using the correct syntax in the CSS file. Any advice?

Dave

By claire - February 18, 2015

Can you copy your CSS classes here? I can take a look to make sure that the syntax is correct.

--------------------

Claire Ryan
interactivetools.com

Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By claire - February 19, 2015

Okay, I've done some checking for you here.

It appears that the Tiny MCE editor has some issues with adding CSS pseudo-classes to the dropdown. Thankfully there's a quick fix in this case - change 'a.greenlink:link' to 'a.greenlink', and it'll show up properly and apply its pseudo-classes to the WYSIWIG just fine.

--------------------

Claire Ryan
interactivetools.com

Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By lanesboroweb - February 19, 2015

Thanks Claire. I was thinking just that, but hadn't had the time to try it out. It works just great. Thanks for your time.