Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #937695

    Good morning, I would like to know how to add black borders to white lettering as in the title of this page.

    Thank you

    Fabrizio

    #937740

    Hey fabmcmull,

    Here is how it is done
    Image 2018-04-05 at 19.47.25.png
    It’s not jus css, it’s several spans layered and box shadow.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    • This reply was modified 7 years, 2 months ago by Victoria.
    #937773

    No perfect, Thanks!

    #938060

    Hi,

    Great, glad we could help. You should be able to do it with CSS like this also:

        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #0a0a0a;

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.