Okay
  Public Ticket #3364719
Adding Drop Shadow to Text
Closed

Comments

  •  5
    mtbaileyproductions started the conversation

    I am looking to see if it's possible to add a drop shadow to the text in the boxes on these images with some CSS. Website: https://poudreshared.dreamhosters.com/explore/tours-and-itineraries

    Would like to add slight drop shadow if possible to the white text. Thank you.

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .wpb_text_column.wpb_content_element {
        text-shadow: 3px 2px 5px black;
    }

    Thanks


    ThemeNectar Support Team