Tagged: x
-
AuthorPosts
-
September 14, 2016 at 3:25 am #1174463
pcnordhaugParticipantHi!
Is there a way to remove the box in the footer widget area?
I use a “text”-widget here and like the heading and image to appear on the background. Not in a box like the other widgets.
Its important that this have no affect on the other widget areas.
September 14, 2016 at 3:29 am #1174465
pcnordhaugParticipantThis reply has been marked as private.September 14, 2016 at 5:34 am #1174590
pcnordhaugParticipantBy the way – the white box behind the widgets are results of this code i found somewhere in this forum;
.widget { border:1px solid #ffffff; border-radius: 4px; background-color:#ffffff; box-shadow: 0px 0.15em 0.35em 0px rgba(0, 0, 0, 0.133); padding:15px; text-shadow: none !important; opacity: 1.00 !important; }Now I want this to not affect the widgets in the footer area.
September 14, 2016 at 6:38 am #1174635
ChristianModeratorTry changing
.widgettofooter:not(.x-colophon.top) .widgetThanks.
September 14, 2016 at 6:46 am #1174640
pcnordhaugParticipantSorry – didn´t got this right… change tho what exactly?
September 14, 2016 at 8:33 am #1174758
FriechModeratorHi There,
Sorry for the confusion, what we mean is update the css code you shown above to this:
footer:not(.x-colophon.top) .widget { border:1px solid #ffffff; border-radius: 4px; background-color:#ffffff; box-shadow: 0px 0.15em 0.35em 0px rgba(0, 0, 0, 0.133); padding:15px; text-shadow: none !important; opacity: 1.00 !important; }Hope it helps, Cheers!
September 15, 2016 at 12:26 am #1176088
pcnordhaugParticipantSorry – doesn´t help. If this code is replaced with the one I shown above all the boxes are gone.
Is there another way?
September 15, 2016 at 2:59 am #1176222
RupokMemberHi there,
Thanks for updating. Let’s keep it simple. To remove the box from your mentioned footer; kindly add this CSS :
.x-colophon.top .widget.widget_text { box-shadow: none; }Hope this helps.
September 15, 2016 at 3:23 am #1176242
pcnordhaugParticipantFantastic! Thats simple 🙂 Just remove the shadow. just didn´t know what to type in before that. This works really nice! Thank you Rupok!
September 15, 2016 at 3:42 am #1176261
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1174463 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
