Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1174463
    pcnordhaug
    Participant

    Hi!

    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.

    #1174465
    pcnordhaug
    Participant
    This reply has been marked as private.
    #1174590
    pcnordhaug
    Participant

    By 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.

    #1174635
    Christian
    Moderator

    Try changing .widget to footer:not(.x-colophon.top) .widget

    Thanks.

    #1174640
    pcnordhaug
    Participant

    Sorry – didn´t got this right… change tho what exactly?

    #1174758
    Friech
    Moderator

    Hi 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!

    #1176088
    pcnordhaug
    Participant

    Sorry – doesn´t help. If this code is replaced with the one I shown above all the boxes are gone.

    Is there another way?

    #1176222
    Rupok
    Member

    Hi 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.

    #1176242
    pcnordhaug
    Participant

    Fantastic! Thats simple 🙂 Just remove the shadow. just didn´t know what to type in before that. This works really nice! Thank you Rupok!

    #1176261
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

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