Remove the shadow - by Millar - on WordPress WooCommerce support

This topic has 6 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp

  • Avatar: Millar
    Millar
    Participant
    February 22, 2015 at 20:10

    Hello,

    Thanks for the help you guys are giving. It is so great.

    I have a problem, that I couldn’t find a solution for here at the forums.

    I want to remove the shadow from the sides so I get a plain white. I’ve added a screenshot (http://i57.tinypic.com/2h4htea.jpg), so you know what I’m talking about. Can you tell me how I can fix this?

    Thank you.

    BG Nichlas

    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    February 23, 2015 at 10:32

    Hello,

    Please provide us with your site url.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Millar
    Millar
    Participant
    March 13, 2015 at 13:32

    Check the private reply 🙂

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    March 13, 2015 at 18:09

    Hello,

    Please add this code in custom.css file:

    .boxed .st-container {
       box-shadow: 0px 0px 1px !important;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Millar
    Millar
    Participant
    March 17, 2015 at 16:44

    thank you! 🙂

    But is it also possible to remove the 1px border from the sides? 🙂

    Avatar: Eva
    Eva Kemp
    Support staff
    March 17, 2015 at 16:57

    Hello,

    In this case use this code instead of the previous one:

    .boxed .st-container {
       box-shadow: 0px 0px 0px !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.