Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #375386

    PGothard
    Participant

    Hi, how can i remove widget box? because some of my widgets are inside the box, and some not.
    Screen:
    http://s14.postimg.org/punpc0std/dafuq.jpg

    #375432

    Thai
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #375443

    PGothard
    Participant
    #375494

    Thai
    Moderator

    Hi There,

    Thanks for writing in!

    Try adding following CSS under Appearance > Customize > Custom > CSS:

    .widget ul,
    .widget ol,
    .widget ul li, 
    .widget ol li {
        border: none;
        background: transparent;
        box-shadow: none;
    }

    Hope it helps.