Divi Help Documentation by Gables Tech
Navigation
Change Your Header Color
Now once you have that copied.
***
#main-header { background-color:#212121; }
***
1-Go Wp Dashboard – Divi Theme Options.> General > Custom CSS > Paste code >Change the color code # >Save
Mobile Address Bar Color In Your Divi Website
You actually need 3 meta tags to support Android, iPhone and Windows Phone.
***
<meta name=”theme-color” content=”#4285f4″> <meta name=”msapplication-navbutton-color” content=”#4285f4″> <meta name=”apple-mobile-web-app-status-bar-style” content=”#4285f4″>
***
Now once you have that copied, go to your website to the Divi Theme Options. Look for the Integration tab, and paste the code snippet into the first section labeled “Add code to the < header > of your blog.”
Replace The Color with 6 digit hex color with your own.
Now go check your site on an Android device with Chrome browsers. I have also been told it works on other browsers like Safari on iMac, but I do not have any to test, so let me know. This is a really nice touch, and really shows how you can go the extra mile for your website or client website.
Adding Anchor Links in Div
Using anchor links allows your readers to navigate your site better. It also saves them energy with scrolling
ANCHOR
1-In the button put : #ancla-name (replace name with the name to use)
2- In CSS ID & CLASS of the module where you want to put the anchor, insert anchor-name without using : l# –( Name is replaced by the name you want. The anchor in the CSS and the button always have to be the same)
ANCHOR FROM MENU
1-In the MENU LINK put: https://website.com/home #ancla-name (replace name with the name to use) That is, the URL of the page where the anchor is followed by : #ancla-name