Okay
  Public Ticket #959188
text shadow on slider
Closed

Comments

  •  2
    Caroline started the conversation

    Hi Tahir, 

    how can I add a text shadow on the text caption of the nectar slider ? 

    I've already put  this code in the custom css, but i'm not sure at all if it is the thing to do.

    Thank for your help :)

    Caroline 

    .body .swiper-slide .content h2 {
           text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
           -webkit-text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
           }
  •  3,030
    Andrew replied

    Hi Caroline,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    In order to be better able to generate some properly working CSS, could you kindly provide me with a link to your site?

    I'll need to test the code on your site just to make sure it works perfectly. 

    I look forward to your reply

    Cheers! 

  •  2
    Caroline replied

    Thanks so much for your help Andrew ! 

    Here is tha access : http://www.universetequilibre.com/wp-admin/

    admin_univers

    uX!URGKU6KsKAQN3vA

    Let me knox :D

  •  8,996
    Tahir replied

    Hey Caroline, 

    The Body should not have a dot before it . 

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

    body .swiper-slide .content h2 {
        text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
        -webkit-text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Caroline replied

    Hey Tahir, 

    It works, thank you ! ! ! 

    Caroline