Am I able to use any custom CSS to put in drop shadows or outline text in the Fullscreen Slider caption text?
Hey Illingco,
Yes, why not? :)
You just need to target the text elements in the slider and apply your css.
If you need further assistance please let us know.
Best regards,
Victoria
Do you know what element names are? Or an example of, say, the caption title being outlined? Thank you!
Hi,
Please provide a link to your site so we can inspect the element.
Best regards,
Jordan Shannon
Here is the info…
Hi,
When you say outline, do you mean text stroke line?
Best regards,
Jordan Shannon
Yes, exactly.
Hi,
You can add this to quick css:
.slideshow_inner_caption h2{
-moz-text-stroke-color: blue;
-webkit-text-stroke-color: blue;
-moz-text-stroke-width: 2px;
-webkit-text-stroke-width: 2px;
}
Best regards,
Jordan Shannon