Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Header background transparency

Home / Forums / Virtue Theme / Header background transparency

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
May 4, 2017 at 7:27 am

Hi, I added this code to make my header white but with a transparency of 0.7. The problem is the layer sits on top of my logo and menu making a screen on top. How can I move the logo and menu on top of that header but keeping the header on top of the slider when I scroll.

@media
(min-width: 768px) {
.home #kad-banner {
background: #ffffff;
opacity: 0.7;
width: 100%;
z-index: 1000;
position: absolute;
}
}
Thanks,

  • The forum ‘Virtue Theme’ is closed to new topics and replies.