Hi MohBaj,
We will check this issue ASAP, and will update the plugin. But it will be great if you can send us the link where we can check this issue.
Thanks
Thread Starter
MohBaj
(@mohbaj)
Thanks for your quick reply. I have inserted two sliders on my website : http://www.mohamedbajrafil.com/ and http://www.mohamedbajrafil.com/medias/photos/. But I don’t think it will help you because I’ve removed my custom class and custom css since it was pointless…Do you want me to try and put it back?
Hi,
To remove box shadow you can write the css in your theme css.
.da-slide h2 {
border: 0px;
}
Thanks
Thread Starter
MohBaj
(@mohbaj)
Hi,
It’s not working because my problem is really not about border, but about box-shadow. The border you see in my homepage’s slider is something I added myself with a div to improve visual aspect a little bit, but the property I want to desactivate is actually this one :
.da-slider {
box-shadow: 0px 1px 1px rgba(0,0,0,0.2),0px -2px 1px #fff;
}
And I’ve tried adding many things in my theme css, includind the custom classes of my slider and custom classes I’d specifically created, but it never overrides this one property. This issue has appeared when you added to possibility to have custom properties for each slide, because before that specific release, I just had to add the property
.da-slider {
box-shadow:none;
}
to my css theme and it worked.
Sorry if my explainations were not crystal clear…
Thanks.
Hi,
We got your point and in our next update, we are going to provide option to set box shadow on/off.
Thanks
Thread Starter
MohBaj
(@mohbaj)
You are awesome, thank you so much. You’re the best guys.
Thread Starter
MohBaj
(@mohbaj)
Well actually…Sorry to bother again but issue is still here. I tick off the box-shadow radio bow but box shadow remains active. But I think now it’s custom slide’s css which is activating it, whereas it was done by general slider’s css before.
Thread Starter
MohBaj
(@mohbaj)
Latest updated worked. Thank you guys !