by dan | Nov 25, 2020 | Divi
When you hide the logo in the Divi, you may notice that a request for the logo image is still made by the page. This is because the logo image is hidden, but is still referenced by the HTML source of the page. So the browser loads the image in anticipation of the logo...
by dan | Dec 17, 2019 | Divi
If you'd like to add an image next to the logo in your Divi Theme, you can do so with the following CSS: .logo_container a:after { display: inline-block; position: relative; vertical-align: middle; content: ' '; width: 93px; height: 43px; background:...