Okay
  Public Ticket #690686
Text Shadows
Closed

Comments

  •  1
    Trevor started the conversation

    Hi, I see a lot of posts for adding shadows on sliders, etc... however I am looking to do something slightly different. On my homepage, I have a bunch of 4 column areas that are simple text modules each with a image bg. I'm using h2 text I believe here, and I'd like to give myself a drop shadow on all that text. Presumably I could do this with a global code for all h2 as this is the only area I am using h2 text... ? Thanks

  •  8,992
    Tahir replied

    Hey,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .wpb_text_column h2 {
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    }
    

    Best.


    ThemeNectar Support Team 

  •  1
    Trevor replied

    Brilliant thanks!