• Resolved webmark487

    (@webmark487)


    Hi,

    The submit button of Elementor form on https://physiotherm.com/ should have a shadow, I have not yet managed to implement this.

    I tried it like this for example:

    .elementor-button{
    box-shadow:2px 2px 0px 0px black!important;
    }

    Thx for your help, best regards

    Markus

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Milos

    (@miloss84)

    Hi there,

    Can you try to add folowing css to your theme customization:

    .elementor-92 .elementor-element.elementor-global-15588 .elementor-button[type=”submit”]?{

    box-shadow: 2px 2px 5px?red !important

    }

    You can read more about the Custom CSS feature here.

    Please note that we do not usually provide users with custom code, and this is just a workaround for your specific issue. You should use this code at your own discretion. We also do not provide future troubleshooting for custom code. For reference, check out what we support here:

    https://elementor.com/help/how-do-i-get-premium-support/#whatwesupport

    Kind regards,

    Thread Starter webmark487

    (@webmark487)

    I′m sorry, I was blind.

    The following CSS does work:

    .elementor-button{
    box-shadow:2px 2px 0px 0px black;
    }

    I just didn′t see that I put it inside a mobile media query.

    Thx for your reply!

    Markus

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘box shadow for submit button’ is closed to new replies.