please see the private link below.
note how the header’s transparency reveals a small amount of the underlying slideshow from the fullwidth slider.
why is this? can we adjust this so that the slider isn’t underneath the header? OR remove the transparency from the header (without going the header behavior option route with no borders, etc.).
thanks!
Hey charger70!
Please add following code to Quick CSS
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 122px;
}
Regards,
Yigit
yigit – that did not change anything. the slide is still visible underneath.
Hey!
Please change the code to following one
@media only screen and (min-width: 990px) {
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 122px !important;
}}
Cheers!
Yigit
awesome! that worked PERFECTLY!!! thank you, yigit! you are always such a huge help to me!