This is a Free Divi Agency Layout pack designed specifically for small businesses in mind such as creative agencies, corporates and consultants.
This layout package includes 5 pages:
- Home
- About us
- Services
- Sub page
- Contact
How to download & import this package
Step 1
Download the package here.
(Some images have been replaced due to licensing)
You need to have Divi installed before you can import this layout.
Step 2
Unzip the ‘Agency_layout_pack_UNPACKME.zip’ file to your computer.
Step 3
Go to Divi > Theme Options. Click on the import/export options (up/down arrow).
Click on Import and upload Agency Theme Options.json.
Go to Divi > Theme Customisation. Click on the import/export options (up/down arrow).
Click on Import and upload Agency Customizer Settings.json.
Go to Divi > Divi Library. Click on the import/export options.
Click on Import and upload Agency Builder Layouts.json.
Step 4
Create a new page and go to Load layout > Your Saved Layouts add the page you want to use.
Step 5
To create the Call to action button in the menu you have to add a CSS class to this menu item.
Go to appearance > menu go to screen options (top right) and enable CSS classes. Expand the contact menu item and add the class cta_menu
Settings
Change the Call to action button menu color
You can change the color in Divi > Theme Options.
Scroll to the bottom and in the CSS box field you can change the color codes.
@media only screen and ( min-width: 981px ) {
.cta_menu a {
padding-bottom: 0px;
background-color: #00aaa2;
padding: 15px 25px !important;
border-radius: 25px;
}}