[Plugin: TinyMCE Advanced] Does TinyMce Advanced Styles allow for pseudo selectors?
-
I am trying to add a style for quote marks using this CSS below but it does not show up in the dd menu. I do have other Styles in the dd menu.
.lft-bigqte:before {
content: “\201C”;
color: #AAAAAA;
font-size: 30px;
font-style: normal;
font-weight: bold;
line-height: 5px;
position: relative;
}
.rt-bigqte-rt:after {
content: “\201D”;
color: #AAAAAA;
font-size: 30px;
font-style: normal;
font-weight: bold;
line-height: 5px;
position: relative;
top: 11px;
}https://www.ads-software.com/extend/plugins/tinymce-advanced/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: TinyMCE Advanced] Does TinyMce Advanced Styles allow for pseudo selectors?’ is closed to new replies.