Tagged: transparent header
Hi!
Enfold is truly the most versatile wordpress theme ever – I always seem to end up using this theme!
Could you help me with some magic to make my latest site perfect?
I would like the rugged line just above the slide to be transparent at the lower part. The point is to make it look like teared paper, so the slider (and content) is not cut by the straight line.
See attached screenshot.
Hey dalboslampen!
Thank you for the kind words and for using the theme!
Please add this on Quick CSS or custom.css:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 140px;
}
.header_color.header-scrolled .header_bg {
background-color: transparent !important;
}
.header-scrolled #header_main {
border-bottom: none;
}
Cheers!
Ismael
Great! That worked, but I still need to give the layer slider a negative value regarding position. The slide on front page has a 4 – 5 pixel margin on top. Are you able to help me with that also!
Thank you!!!