Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #362575

    chill5940
    Participant

    How do i put a black boarder around the text on the home screen

    #362577

    chill5940
    Participant

    site is cvsouq.com

    #362644

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Kindly use following CSS under Custom > CSS in the Customizer:

    .tp-caption.large_bold_white.tp-fade.tp-resizeme.start {
        border: 3px solid #000 !important;
        padding: 5px !important;
    }
    

    Let us know how it goes.

    Thanks.

    #362662

    chill5940
    Participant

    that did make a border, but i want the actual text to have a black outline

    Tnx

    #362810

    Lely
    Moderator

    Hello There,

    Please use the following CSS instead:

    .tp-caption.large_bold_white, .large_bold_white {
        -webkit-text-stroke: 1px black;
        color: white;
        text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    Hope this helps.

    #363288

    chill5940
    Participant

    Thank You, u guys are the best

    #363290

    Thai
    Moderator

    You’re most welcome 🙂