Viewing 1 replies (of 1 total)
  • Plugin Author XplodedThemes

    (@xplodedthemes)

    Hi, sorry for the long delay!

    Not sure if you got this working, however here’s a css code that will disable the shadow

    .xt_woofc-inner .xt_woofc-wrapper {
        box-shadow: none;
    }

    On hover as well:

    .xt_woofc-no-touchevents .xt_woofc-inner .xt_woofc-wrapper:hover, 
    .xt_woofc-touchevents .xt_woofc-inner .xt_woofc-wrapper:focus {
        box-shadow: none;
    }

    Hope this helps

Viewing 1 replies (of 1 total)
  • The topic ‘how to remove shadow of cart trigger?’ is closed to new replies.