Add a bottom border to the secondary menu bar by Divi Addons | Last Updated on Dec 20, 2016To add a bottom border to the secondary menu bar: .et_fixed_nav #top-header {border-bottom: 3px solid #000035;}
Create a background image behind the menu on the fixed header by Divi Addons | Last Updated on Dec 20, 2016To create a background image behind the menu on the fixed header: #main-header.et-fixed-header::after { content: ""; background-image: url('#'); background-size:cover; opacity: 1.0; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1;...
Create a background image behind the menu on the header by Divi Addons | Last Updated on Dec 20, 2016To create a background image behind the menu on the header: #main-header::after { content: ""; background-image: url('#'); background-size:cover; opacity: 1.0; top: 0; left: 0; bottom: 0; right: 0; position: absolute; z-index: -1;...
Hide the contact form title by Divi Addons | Last Updated on Dec 19, 2016To hide the contact form title: .et_pb_contact_main_title { display: none; }
Add a top border to the main footer by Divi Addons | Last Updated on Dec 19, 2016To add a top border to the main footer: #main-footer {border-top: solid 3px #000035;}