Hi,
I working on a website using the Weaver II Theme and am trying to remove the white border that goes around the entire page. Any suggestions?
http://www.fieldforthought.com
Thank you!
Hi,
I working on a website using the Weaver II Theme and am trying to remove the white border that goes around the entire page. Any suggestions?
http://www.fieldforthought.com
Thank you!
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.
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 :)
Oh...I didn't know I could actually put the word "transparent" there. Thanks!
You must log in to post.