Add shading over a DIVI background video Posted on 17:20:00by Perry Toone with No comments You can add transparent shading by adding below to your "additional css" window and adjust the ".5" value as desired. .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {background-color: rgba(0,0,0,.5)!important;} Read More
How to hide the menu on mobile until you scroll with DIVI Posted on 17:11:00by Perry Toone with 5 comments Enter this custom CSS to hide the Divi menu until the visitor starts scrolling down the page. Enter the below CSS. .mobile_menu_bar:before {color: #A68B59;position: relative;top: 0;left: 0;font-size: 32px;content: "\61";cursor: pointer;} You can also disable the menu from showing altogether. Read More