Topic Resolution: Resolved
  • Closed
  • Mark Ford
    Spectator
    May 4, 2015 at 11:17 pm #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
    May 6, 2015 at 10:16 am #17273

    here you go, Custom CSS:

    .dropcap {
    font-family:georgia;
    }

    Mark Ford
    Spectator
    Posts: 4
    May 6, 2015 at 6:22 pm #17313

    Perfect – thanks!