• Resolved memememememe

    (@memememememe)


    I see that you included the dropcaps in the stylesheet however I can’t get it to work on my site. I want to use the dropcap on all first letter on my post (Single posts). Can you tell me how to use it. Love the dropcaps, I think they look cool on fashion/entertainment sites. Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi, you can use shortcode for dropcap in your post. Simply insert:

    [dropcap]H[/dropcap]ello, welcome to my world...
    Thread Starter memememememe

    (@memememememe)

    where should i insert that? in php or css? Thanks

    Thread Starter memememememe

    (@memememememe)

    Ok, got it, I inserted it inside the post itself at the beginning and it worked. However Is there a way to code this inside php or css so I don’t have to do this for every post? Thanks

    One option might be to “fake it” with some custom CSS. Get a custom CSS plugin and use this code:

    .entry-inner:first-letter {
      color: #444;
      display: block;
      float: left;
      font-size: 94px;
      line-height: 0.9em;
      font-weight: 600;
      margin: 0 10px 0 0;
    }

    This may fail in cases with foreign languages, though.

    Thread Starter memememememe

    (@memememememe)

    I actually put that in the custom sheet that comes with wordpress jetpack but it didn’t work properly. I tried a few other things but none worked properly, so i guess i just have to manually insert it into my posts. If anyone has solution to this, would be appreciated

    Can you post a link to your site?

    Thread Starter memememememe

    (@memememememe)

    hi stephen, im just going to stick with the manual insertion since i only need the dropcaps for a few certain posts. thanks though, and thanks to the guy who answered me first, will mark this as solved.

    Thread Starter memememememe

    (@memememememe)

    SOLVED

    at me too this feature does not work what to do?

    [dropcap]H[/dropcap]ello,

    This works fine on the individual post, but when viewing the post preview in the article list, it makes the first letter completely disappear.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘DROPCAPS Enquiry, Help!!!’ is closed to new replies.