【发布时间】:2017-05-28 08:38:15
【问题描述】:
我的电子邮件中有一些自定义样式,我想在所见即所得编辑器中使用它们。我关注了this guide,但我的风格没有出现。我能做些什么不同的事情?另外,有什么方法可以删除未使用的样式,例如
TOC heading?
/**
* @tab Page
* @tip Set the styling for all first-level headings in your emails.
* @style heading 1
*/
h1{
line-height:1;
font-weight:bold;
color:#24a9a4;
font-family:Source Sans Pro,Helvetica,Arial;
text-shadow:2px 2px 0 #ffde17;
margin:5px 0;
font-size:65px;
}
在电子邮件中,样式看起来不错:
但是在下拉菜单中我看不到我的任何样式:
【问题讨论】:
-
每行你的
/*@editable*/cmets 在哪里? -
样式声明块是指 MailChimp 的活动编辑器中的一般设计列中的选项。 MailChimp 使用ckeditor 作为所见即所得编辑器,用户无法更改 CKEditor 本身的样式选项(据我所知)。