Hi,
I’m using a boxed layout with a shadow above:
.boxed#top { box-shadow: 0 0 5px 3px #888888; }
.boxed#top {
margin: 30px auto;
}
In a contactform wich I’m using in a lightbox I have disabled the Breadcrumbs:
.page-id-4370 .title_container{
display: none!important;
}
Now I want to disable the boxed shadow in the lightbox contactform as well yet…
Do you have any advise?
Thanks!
Best regards, Alex
Hi AdDesign!
Please try the following in Quick CSS under Enfold–>General Styling:
.mfp-content .boxed#top {
box-shadow: 0 0 0px 0px #888888 !important;
}
Regards,
Rikard
Hi Rikard,
unfortunately that didn’t work…
Do you have any other advises?
Best Regards,
Alex
Hey!
Please add following code to Quick CSS as well
.boxed#top.page-id-4370 {
box-shadow: none!important;
}
Cheers!
Yigit
Hi!
Please change the code to following one
.boxed#top.page-id-4370 {
box-shadow: none!important;
margin: 0!important;
}
Best regards,
Yigit
Hi,
Thanks a lot! Last question: Is it possible to hide the scroll bar?
Best regards,
Alex
Hi!
Scrollbar does not show up on my end. Which browser and OS are you using?
Best regards,
Yigit
Hi,
The scrollbar shows up on Firefox and Windows 7. I’ve checked it now on Google Chrome and Internet Explorer – there is no scrollbar, it seems thats a firefox problem…
Best regards,
Alex