Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The white border is actually a background colour given to the #wrapper selector.

    E.g

    #wrapper {
     background: ivory;
    }

    You want to set this to none
    E.g

    #wrapper {
    background: none;
    }

    Also use a Child Theme or Custom Style/CSS plugin when modifying themes not custom.

    Thread Starter sagdude2002

    (@sagdude2002)

    Hi Andrew,
    You nailed it. Thank you very much and enjoy Labor Day!

    No need for custom CSS, use Weaver’s Main Options > General Appearance > Wrapper Page BG Box and put transparent in it ??

    Thread Starter sagdude2002

    (@sagdude2002)

    Oh…I didn’t know I could actually put the word “transparent” there. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Weaver II remove border around entire page’ is closed to new replies.