Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #955443

    Am I able to use any custom CSS to put in drop shadows or outline text in the Fullscreen Slider caption text?

    #955655

    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

    #956477

    Do you know what element names are? Or an example of, say, the caption title being outlined? Thank you!

    #956616

    Hi,

    Please provide a link to your site so we can inspect the element.

    Best regards,
    Jordan Shannon

    #956623

    Here is the info…

    #956659

    Hi,

    When you say outline, do you mean text stroke line?

    Best regards,
    Jordan Shannon

    #956661

    Yes, exactly.

    #956662

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.