AapradhanSep 27, 2021
how can I add a slider on top-bar also make it transparent so images from the slider can see thru?
see the file attached slider-canvas.html. i added top-bar code and CSS but not working
1 reply · opened Sep 27, 2021
how can I add a slider on top-bar also make it transparent so images from the slider can see thru?
see the file attached slider-canvas.html. i added top-bar code and CSS but not working
Hello,
Consider using the following CSS Code:
[ch_pre type="css"]@media (min-width: 992px) {
#header + .include-header.include-topbar {
margin-top: calc( -100px - 2px - 46px );
}
#top-bar.transparent-topbar {
background: transparent;
z-index: 399;
}}[/ch_pre]
And then add the .include-topbar Class to the .slider-element DIV.
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard