MohBaj
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] Remove box shadowLatest updated worked. Thank you guys !
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] Remove box shadowWell 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.
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] Remove box shadowYou are awesome, thank you so much. You’re the best guys.
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] Remove box shadowHi,
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.
Forum: Plugins
In reply to: [Easy Wordpress Parallax Slider] Remove box shadowThanks for your quick reply. I have inserted two sliders on my website : https://www.mohamedbajrafil.com/ and https://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?