• Resolved arongkatz

    (@arongkatz)


    Is there a way to remove the shadow from the floating element? Im keeping everything transparent but the shadow is messing everything up

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author PluginlySpeaking

    (@pluginlyspeaking)

    Hi,

    Sorry for the delay, yes it can be done with a bit of CSS.
    I can’t reach your URL, is there a mistake somewhere ? Or does it come from my side ?

    It would help me to give you the best answer for you.

    Best Regards,
    PluginlySpeaking

    autox420

    (@autox420)

    https://oseointegracion.edu.mx/wp-content/themes/wp_businesstwo5-v1.2/style.css?ver=1.2

    Search for this.
    .contact-hero

    Remove this.
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    box-shadow: 0 0 4px rgba(0,0,0,0.2);

    • This reply was modified 7 years ago by autox420.
    • This reply was modified 7 years ago by autox420.
    Thread Starter arongkatz

    (@arongkatz)

    @pluginlyspeaking thanks for replying

    The url was moved during the weekend, the new one is https://oseointegracion.edu.mx/

    Im going to try @autox420′s method to see if that works

    Thank you both

    Thread Starter arongkatz

    (@arongkatz)

    Tried @autox420′s method, still not working , thanks anyway!

    Plugin Author PluginlySpeaking

    (@pluginlyspeaking)

    Hi,

    Try to add this in your css file :

    #floatdiv_422 .exp_floatdiv_content_padding_pro {
    box-shadow: none !important;
    }

    It should be ok, I remain available if you need any help.

    Best Regards,
    PluginlySpeaking

    Hi, I am using the Avada theme on a website with this widget. I have added this code:

    #floatdiv_422 .exp_floatdiv_content_padding_pro {
    box-shadow: none !important;
    }

    To every css page but the shadow still exists. The website is ossm.co — any help?

    • This reply was modified 6 years, 11 months ago by thatprchick.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Removing shadow?’ is closed to new replies.