I need the background color on the header to be transparent. Right now I have a background image but the background color is white and I can’t figure out how to remove the white and change it to transparent.
Tried adjusting this in css but it didn’t work.
.header_color .header_bg
Hi bensondesign!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
Best regards,
Yigit
That worked. Thanks.
One other thing I needed help on. I want to be able to add orange vertical separators between the 4 columns on the home page. Not sure how to do that.
cant see a code??
Hi!
Here it is
.header_color .header_bg {
background: transparent url(”) top left repeat-x scroll;
}
let us know if it works!
Best regards,
Basilis
Yigit sent me this code and it worked great.
.header_color .header_bg {
background: transparent url(//wordpress/wp-content/uploads/2016/04/logoarea-bknd1.png) top left repeat-x scroll;
}
Still waiting on code for orange separator between columns.
Perfect,
just needed a part of this code to change the background opacity:
.header_color .header_bg {
opacity: 0.5 !important;
}
Thank you!
Yigit,
I am referring to the 4 columns below the layerslider. I need the orange separator to go between them.
Thanks.
Hey!
Please do not create duplicated posts – https://kriesi.at/support/topic/separators-between-columns/ :)
Best regards,
Yigit