Divi change Logo on Scroll

/* ——— CHANGE LOGO ON SCROLL ——— */ .et-fixed-header #logo { content: url(https://###.svg) !important; } img#logo { content: url(https://###.svg) !important; }

Divi Remove Disable Sidebar

/*** Take out the divider line between content and sidebar ***/ #main-content .container:before {background: none;} /*** Hide Sidebar ***/ #sidebar {display:none;} /*** Expand the content area to fullwidth ***/ @media (min-width: 981px){ #left-area { width: 100%;...

Divi Underline Active Navigation

.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a{ border-bottom: 0.5px solid #000 !important; /*** Farbe und Stärke der Linie ***/ padding-bottom: 10px !important; } Preview Linie unter aktivem Menüpunkt hinzufügen mit...