[CSS] How to get custom styles to show in editor drop-down? - Joomla! Forum - community, help and support
joomla 1.0.13
editor: any
i've got new paragraph styles use quite regularly yet life of me cannot them show in dropdown list within of editors. now, simple need tweak out in template_css.css, yet i'm not sure begin.
essentially, want add like:
and have "paragraph_green" show in styles dropdown.. thoughts?
editor: any
i've got new paragraph styles use quite regularly yet life of me cannot them show in dropdown list within of editors. now, simple need tweak out in template_css.css, yet i'm not sure begin.
essentially, want add like:
code: select all
.paragraph_green {
font-family: arial, helvetica, sans-serif;
font-size: 16px;
font-style: normal;
line-height: normal;
font-variant: normal;
text-transform: none;
color: #73a236;
and have "paragraph_green" show in styles dropdown.. thoughts?
Comments
Post a Comment