Topic Resolution: Resolved
  • Closed
  • Mark Ford
    Spectator
    04.05.2015 at 23:17 #17250

    Hi,
    I am using the Evolve plus theme. How can I change the font of the letter which is produced by the dropcap shortcode?

    tanks,
    -mark

    Roman
    Spectator
    Posts: 3147
    06.05.2015 at 10:16 #17273

    here you go, Custom CSS:

    .dropcap {
    font-family:georgia;
    }

    Mark Ford
    Spectator
    Posts: 4
    06.05.2015 at 18:22 #17313

    Perfect – thanks!