Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Does that theme come with a section in the dashboard named, “Custom CSS” or “Custom Styles”?
Add this to your custom css:
#wrapper {
background-color: none;
}
it has Appearance->Theme Options->Custome CSS Style
yea the
#wrapper {
background-color: none;
}
didn’t work
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I think Josh meant transparent. Try replacing none with transparent.
nope.
Do you guys think I would have to edit the php file??
the transparent part didn’t work either
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Odd, try adding !important on the end of the style;
background-color: transparent !important;
YYYEEESSSSS!!!!AWESOME!
It worked…thanks.
I am still in the editing stages so I will be asking a lot of stupid questions. sorry lol
So, How can I divide the space between the content and the sidebar??