• Closed
  • Spiros Doikas
    Spectator
    December 21, 2013 at 6:37 pm #8198

    It is just omitted when using shortcode. It is not omitted when using

    Code:
    <span class=”dropcap”>Letter</span>

    But normal letter is displayed instead.

    Strip HTML from Excerpt is unchecked.

    Roman
    Spectator
    Posts: 3147
    December 26, 2013 at 2:55 pm #8841

    insert in Custom CSS:

    Code:
    .excerpt-container .dropcap {
    color: #83C54F!important;
    float: left!important;
    font-size: 62px!important;
    margin-right: 6px!important;
    padding-bottom: 11px!important;
    padding-top: 11px!important;
    position: relative!important;
    text-transform: uppercase!important;
    top: 5px!important;
    }