Looking at the photography portfolio demo of the Enfold theme: on the home page, is there an easy way to make the left navigation background transparent instead of white and then have the slideshow stretch 100% across the screen (just on the home page)? Thanks so much.
Hey Leslie Bourke,
Thank you for using Enfold.
Enable the custom css class field, add a unique class attribute to the slider — e.g., “custom-slider” and then use the following css code to adjust the width and position of the slider.
.html_header_sidebar .custom-slider {
width: calc(100% + 300px);
margin-left: -300px;
}
.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
background-color: transparent;
color: #808080;
}
Enable custom css class field: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements
Best regards,
Ismael