Welcome to Day 18 of our Divi 100 Marathon. Keep tuning in for 100 days in a row of awesome Divi resources as we count down to the amazing release of Divi 3.0 on the final day of the series!
It’s Friday and Divi 100 Marathon or not, that means its time for the Divi Nation Podcast. This week we’ve got a Divi Nation Short for you featuring our new Divi video tutorial specialist Augustine Mak. It’s his first appearance on the podcast but I can assure you it will not be the last. In this episode he will show you how to hide the logo on your Divi website on single pages, while leaving it visible everywhere else.
How to Hide the Divi Logo on a Single Page – Divi Nation Short
[powerpress]
In this episode of Divi Nation we show you how to hide the Divi logo on single pages while leaving it visible everywhere else. This is one of those tip requests we get a lot and we thought it was high time we showed everyone how to do it.
For more quick tips like this one and a lot of other fantastic Divi and WordPress related content, subscribe to our YouTube channel using the button below.
Subscribe To Our Youtube Channel
All Subscription Options:
Summary: How to Hide the Divi Logo on a Single Page
What we’r going to do in this Divi Quick Tip is show you how to hide the Divi logo on specific pages using that page’s ID. To begin, navigate in your WordPress Admin to Pages and then click the edit link for whichever page you would like to hide the Divi logo on.
In the URL bar a the top of your screen you will notice that it outputs a specific page ID that such as post=48. Keep that tab open and in another tab go to Divi > Theme Options and scroll down to your Custom CSS panel. Paste the following code into the Custom CSS panel.
.page-id-YOURPAGEIDNUMBER #logo { display: none; }
As you can see in the snippet above there is a bit of placeholder text. Replace “YOURPAGEIDNUMBER” with the page ID number that you located in the first step. In my example, the final snippet will look like this.
.page-id-48 #logo { display: none; }
When you’ve successfully pasted the snippet and added your page ID number to it, click the “Save Changes” button. You can now go to the page in question on the front-end, refresh, and notice that the logo is hidden.
Next Week on the Divi Nation Podcast
Starting next week on the Divi Nation Podcast I will be interviewing members of our design and development team here at Elegant Themes. These interviews will serve both as an introduction to them personally and to the work they do for the Divi Community on a daily basis. We’ll also be putting particular emphasis on what exactly they are doing to make sure that Divi 3.0 is the best release it can possibly be.
Be sure to subscribe to our email newsletter and YouTube channel so that you never miss a big announcement or Divi freebie!