Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1066728

    Hey there,
    I´m trying to remove the frame (border) that is automatically created at the left and right margin when using boxed layout, but I always fail :D.

    The url is x.dsw.org.

    How can I remove it?

    Cheers,
    Denny

    #1066903
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .x-boxed-layout-active .site {
    border: none;
    box-shadow: none;
    }
    .x-navbar {
    box-shadow: none;
    border: none;
    }
    .x-logobar {
    border: 0;
    }

    Hope that helps

    Joao

    #1071809
    This reply has been marked as private.
    #1071819
    Darshana
    Moderator

    Hi there,

    There was a CSS error on your existing CSS rules which I have corrected and now the newly added code should work.

    Thanks!

    #1071822
    Rupok
    Member

    Hi there,

    Upon checking your site, I can see border is gone. There is a border and box shadow for footer though. If you want to remove them as well, add this with the existing code :

    .x-colophon, .x-colophon + .x-colophon {
      border: medium none;
      box-shadow: none;
    }

    Hope this helps.

    Cheers!

    #1072675

    Thank you so much.
    Again: No service is comparable to yours.
    You guys rock.

    Cheers,
    Denny

    #1072699
    Christian
    Moderator

    You’re welcome and thank you for your kind words, Denny. 🙂

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