The enfold sidebar changes are not showing, I want to change the sidebar color. Every other change works in Enfold, except the sidebar.
Can someone check this code out, is the sidebar css reference missing? you can see the attachment. Thanks
or
http://66.7.193.7/~okami1/news/
thanks!
Hey andyux,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.sidebar.sidebar_right {
background-color: navy;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks Victoria, closer. So its getting the BG for the area with widget, but not the entire height of the sidebar, from header to footer, see here
Alternatively i’m trying code to insert in a html widget that will expand to 100% of the height but havent been successful yet, any ideas there?
Like css
divsidebar {
height: 100vh;
}
and html widget
<divsidebar> </divsidebar>
Hi andyux,
The sidebar is not 100% height, you can set it to be via css like so:
.sidebar.sidebar_right {
background-color: navy;
height: 100vh;
}
Best regards,
Victoria
YES! thaaaaank you!
Hi andyux,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria
Hi andyux,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria