Posted on : 2020-02-13 12:48:39 View Type: public
thread-details

To make the Transparent header background in WordPress education theme.
Add the following CSS in wp-admin >> Appearance >> Customize >> Additional CSS
.is-stuck.header {
background-color:#FFF !important;
}
.header {
background-color:rgba(255, 255, 255, 0.34) !important;
}After that please edit the page home or any and edit the Row of Slider. Give it margin top -110px
That will give you the transparent background WordPress education theme.

