Dropcap Highlighted text html code

  • Unknown's avatar

    Hello,

    Forgive me as I do not know much html, but I think I’m missing a key rule to combine the codes given for the highlighted text and the dropcap.

    I would like to mimic the beginning of the mock posts “Veni” and “Review: Top Eight Essential Timeless Trends.”

    Can you please help? Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I guess I may not get an answer to my question.

    Thanks anyway.

  • Unknown's avatar

    Hello,

    Sorry for the late reply.

    To create dropcap effect, you will need to wrap first letter into code like this:
    <span class="dropcap">A</span>

    To get the same look as in our demo you will need to combine emphasis and dropcap like this:
    <p class="emphasis"><span class="dropcap" data-dropcap="S">S</span>ome trends deserve to be moved into the “never again” space in the closet we all have them but which trends refuse to go?</p>

    As you can see paragraph should have class emphasis, and then insert inside span with class dropcap to get the same effect.

    Thank you,
    – Djordje

  • Unknown's avatar

    Thank you for responding! :)

  • The topic ‘Dropcap Highlighted text html code’ is closed to new replies.