[css] /* make top nav bgd transparent on home page only */ .home #main-header, .home #top-header { background-color: rgba(255, 255, 255, 0) !important; box-shadow: none !important; } /* make Fixed top nav bgd transparent on home page only */ .home #main-header.et-fixed-header { background-color: rgba(255, 255, 255, 0) !important; } [/css]
Make default Divi header transparent on home page only
Add the following CSS code to the Divi theme options area or your child theme style.css file.
Need help with this?
Hire me for a consultation and I'll walk you thru the process.
0 Comments