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

    First, thank you for your great support. It’s the third theme I buy from you and I’m always impressed by the support.

    I was wondering if it’s possible to add some drop shadow effect on the full width slider text.

    I have this page http://openmindfestival.com/new/informations/ with some full width slider and I would like a way to make the text pop out a bit more.

    Thank you again !

    #410204

    Hi aetios ;
    I think this line of css can help you ;

    .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-title,
    .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-title
    {text-shadow: 2px 2px 1px #000;}

    adjust it as you like, you can find some help for text-shadow and other css stuf here : http://css3generator.com/

    #410352

    Hi aetios!

    Did you try @begrafiks suggestion and did you have any luck with it? Please paste custom CSS in your Quick CSS box in Enfold->General Styling.

    Regards,
    Rikard

    #410504

    It worked but just for the first slider, I have multiple on the same page !

    #410690

    Hi aetios ;
    sorry I’ve not seen the secod one.

    I’ve just checked the one below it works for two ;

    .avia_transform .av_slideshow_full .active-slide .avia-caption-title,
    .avia_transform .av_fullscreen .active-slide .avia-caption-title
    {text-shadow: 3px 3px 2px #000;}
    
    #410891

    Hi aetios!

    Did it work for the other one as well?

    Regards,
    Rikard

    #411380

    Yep it did ! Thank you !

    #411419

    Hi!

    Great, glad you got it fixed :)

    Cheers!
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Drop shadow on full width slider text’ is closed to new replies.