Slider: How to create text outline?

Hi,

On slider revolution, how i can create text outline? for example on text “ORGANISE SOCIAL CSR PROGRAMME” is white font color … but i want black outline on that text. thanxs

Hello,

You can do this by adding your custom CSS via Revolution slider layers. Please see the image below (right click image and open in new window for larger preview):


And the CSS used for text shadow is

{

text-shadow: 5px 3px 5px black;

}

Thank you