• agent911

    (@agent911)


    The plugins I try removes that first letter from my excerpts. I know I could just create custom excerpts but would rather not.

    Any easy way, maybe with css, to make dropcap effect? It would be especially nice to make square background color for the first character too.

Viewing 1 replies (of 1 total)
  • Joy

    (@joyously)

    Here is some basic CSS. You need to add something to target the excerpt. I don’t know what it is in your theme. (change the xxx to something)

    xxx::first-letter {
      font-size: 250%;
      line-height: 1;
    }

    You can add background color and adjust sizes and font or whatever.
    You can put this in the Customizer > Additional CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘Creating DropCap w/o effect meta excerpt?’ is closed to new replies.