Can I please get some custom CSS for the transparent header background color (it's at 1.5 transparency currently) to be moved up about 10px? It's a little too close to the navigation menu. Thanks!
The transparent background color will be applied to the entire header element (topbar & navigation menu). I can provide you some css that will remove the padding bottom of the header so the transparent background color will stop slightly higher.
Can I please get some custom CSS for the transparent header background color (it's at 1.5 transparency currently) to be moved up about 10px? It's a little too close to the navigation menu. Thanks!
Hi there,
The transparent background color will be applied to the entire header element (topbar & navigation menu). I can provide you some css that will remove the padding bottom of the header so the transparent background color will stop slightly higher.
body.header-transparent .header-transparent { padding-bottom: 0; }Also a option is to move the navigation a little bit more to the bottom:
.header-transparent .navigation-wrapper { position: relative; top: 20px; }Hope that could help.
Best regards,
Barry
QreativeThemes.com | WordPress Themes
These both worked perfectly - thank you!