Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #439923

    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

    #440174

    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

    #440206

    Hi Rikard,

    unfortunately that didn’t work…
    Do you have any other advises?

    Best Regards,
    Alex

    #440504

    Hey!

    Please add following code to Quick CSS as well

    .boxed#top.page-id-4370 {
      box-shadow: none!important;
    }

    Cheers!
    Yigit

    #440555
    This reply has been marked as private.
    #440562

    Hi!

    Please change the code to following one

    .boxed#top.page-id-4370 {
      box-shadow: none!important;
      margin: 0!important;
    }

    Best regards,
    Yigit

    #440571

    Hi,

    Thanks a lot! Last question: Is it possible to hide the scroll bar?

    Best regards,
    Alex

    #440582

    Hi!

    Scrollbar does not show up on my end. Which browser and OS are you using?

    Best regards,
    Yigit

    #440591

    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

    #440594

    Hey!

    It does not show up on my end using Firefox on OS X 10.10 as well :/

    Regards,
    Yigit

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