Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1141584
    Jeff K
    Participant

    Why is ConvertPlug adding a dropshadow on the elements? How can I get rid of it?

    #1141728
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To remove the text shadow, you can add this under Custom > CSS in the Customizer.

    .x-colophon.top .widget {
          text-shadow:none;
    }

    Hope that helps!

    #1142037
    Jeff K
    Participant

    It removed the drop shadow from what ConvertPlug calls the title container, but not the short description container (Stay Engaged. Move Forward.) or the submit (Yes, I want to receive updates).

    NOTE: Actually the code you gave me didn’t remove any drop shadow from any of the elements.

    Note 2: I had to use <span style=”text-shadow:none;”> </span> to get ride of it.

    #1142638
    Rupok
    Member

    Hi there,

    Kindly provide your URL so that we can give you a tailored code for this.

    Cheers!

    #1143247
    Jeff K
    Participant
    This reply has been marked as private.
    #1143438
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .cp-desc-container,
    .cp-submit.btn-subscribe.cp_responsive.cp-btn-3d {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1141584 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>