Tagged: x
-
AuthorPosts
-
August 22, 2016 at 10:25 am #1141584
Jeff KParticipantWhy is ConvertPlug adding a dropshadow on the elements? How can I get rid of it?
August 22, 2016 at 11:52 am #1141728
RahulModeratorHey 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!
August 22, 2016 at 3:09 pm #1142037
Jeff KParticipantIt 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.
August 23, 2016 at 1:00 am #1142638
RupokMemberHi there,
Kindly provide your URL so that we can give you a tailored code for this.
Cheers!
August 23, 2016 at 10:37 am #1143247
Jeff KParticipantThis reply has been marked as private.August 23, 2016 at 12:13 pm #1143438
ThaiModeratorHi 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 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1141584 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
