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

Transparent Header in Virtue Premium

Home / Forums / Virtue Theme / Transparent Header in Virtue Premium

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
January 27, 2020 at 10:14 pm

Hello, i’m working on a site, to pass it to WP, mhinternacional.com but header is transparent and when sticky becomes black.

i’ve found in support forums that Ben Ritner provided a CSS hack for that, that worked for me:

.home.stickyheader #kad-banner {
position: absolute;
width: 100%;
background: transparent;
transition:background .3s ease;
}
.home.stickyheader .is-sticky #kad-banner { background: rgba(255,255,255,0.8);}

.home #kad-banner-sticky-wrapper {
height: 0 !important;
}

But when using it, if i scroll page down, and then up all header just crash and moves up… it don’t takes it original position.

mhinternacional.com/prueba

how can i fix it? Thank you for your help.

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