Tabs definitely come in handy for making important information available in a concise area of your website. This reduces the need for the user to scroll through long page content. Divi’s tab module is easy to use and great for toggling through simple content on click.
But in this tutorial, I’m going to show you how to convert entire Divi rows into hover tabs. I’ll also show you how to create both horizontal and vertical tabs as well. This will unlock the power of Divi to design complete row layouts with multiple modules for each tab content area. No plugin needed!
Let’s get started.
Sneak Peek
Here is a quick look at the horizontal and vertical hover tabs we will build together in this tutorial.
Download the Divi Rows Hover Tabs Layout for FREE
To lay your hands on the designs from this tutorial, you will first need to download it using the button below. To gain access to the download you will need to subscribe to our Divi Daily email list by using the form below. As a new subscriber, you will receive even more Divi goodness and a free Divi Layout pack every Monday! If you’re already on the list, simply enter your email address below and click download. You will not be “resubscribed” or receive extra emails.
@media only screen and ( max-width: 767px ) {.et_bloom .et_bloom_optin_1 .carrot_edge.et_bloom_form_right .et_bloom_form_content:before, .et_bloom .et_bloom_optin_1 .carrot_edge.et_bloom_form_left .et_bloom_form_content:before { border-top-color: #ffffff !important; border-left-color: transparent !important; }
}.et_bloom .et_bloom_optin_1 .et_bloom_form_content button { background-color: #f92c8b !important; } .et_bloom .et_bloom_optin_1 .et_bloom_form_content .et_bloom_fields i { color: #f92c8b !important; } .et_bloom .et_bloom_optin_1 .et_bloom_form_content .et_bloom_custom_field_radio i:before { background: #f92c8b !important; } .et_bloom .et_bloom_optin_1 .et_bloom_border_solid { border-color: #f7f9fb !important } .et_bloom .et_bloom_optin_1 .et_bloom_form_content button { background-color: #f92c8b !important; } .et_bloom .et_bloom_optin_1 .et_bloom_form_container h2, .et_bloom .et_bloom_optin_1 .et_bloom_form_container h2 span, .et_bloom .et_bloom_optin_1 .et_bloom_form_container h2 strong { font-family: “Open Sans”, Helvetica, Arial, Lucida, sans-serif; }.et_bloom .et_bloom_optin_1 .et_bloom_form_container p, .et_bloom .et_bloom_optin_1 .et_bloom_form_container p span, .et_bloom .et_bloom_optin_1 .et_bloom_form_container p strong, .et_bloom .et_bloom_optin_1 .et_bloom_form_container form input, .et_bloom .et_bloom_optin_1 .et_bloom_form_container form button span { font-family: “Open Sans”, Helvetica, Arial, Lucida, sans-serif; } p.et_bloom_popup_input { padding-bottom: 0 !important;}
Download For Free
Join the Divi Newlsetter and we will email you a copy of the ultimate Divi Landing Page Layout Pack, plus tons of other amazing and free Divi resources, tips and tricks. Follow along and you will be a Divi master in no time. If you are already subscribed simply type in your email address below and click download to access the layout pack.
You have successfully subscribed. Please check your email address to confirm your subscription and get access to free weekly Divi layout packs!
To import the layout to your page, simply extract the zip file and drag the json file into the Divi Builder.
Let’s get to the tutorial shall we?
What You Need to Get Started
To get started, you will need to have the following setup:
- The Divi Theme installed and active
- A new page created to build from scratch on the front end (visual builder)
- Three images to be used for mock content
After that, you will have a blank canvas to start building some hover tabs in Divi.
Creating Horizontal Hover Tabs using Divi Rows
To get started, create a new regular section with a two-column row.
Row Background, Padding, and Box Shadow
Before we add our modules, let’s customize the row settings a bit first. We will need to come back to the row later to position it for our tab functionality.
Open the row settings and update the following:
Background Gradient Left Color: #284f91
Background Gradient Right Color: #4646c4
Padding: 50px top, 50px bottom, 50px left, 50px right
Box Shadow: see screenshot
Box Shadow Color: rgba(70,70,196,0.66)
Adding Content to the Row
Now we are going to add some mock content to our row. Keep in mind you can add any combination of columns and modules for your content area.
In column 1, add an image with an image module. I’m using one from the Design Conference Layout Pack.
In the right column, add a call to action module and update the following:
Button Link URL: # (just to display the button for now)
Use Background Color: NO
Text Alignment: left
Title Font: Lato
Title Text Size: 60px (desktop), 50px (phone)
Creating the Tab
To create the actual tab users will hover over to reveal this row content, we need to create a text module and position it at the top right with some custom CSS.
Go ahead and add a new text module under the image in column 1 and update the following:
Content: “Tab One”
Background Color: #284f91 (this should match the left gradient color of the row)
Text Text Alignment: center
Text Text Color: #ffffff
Width: 100px
Height: 50px
Margin: -100px top, -50px left
Padding: 14px top
Finally, add the following custom css to the main element to give it an absolute position at the top of the row.
position: absolute !important; top: 0;
This css plus the custom margins we added will make sure the tab is positioned exactly at the top left of the row. It is important that the tabs actually sit above the row so that the user can hover over it later.
Section Height and Spacing
Now before we continue to create the remaining rows and tabs, let’s give our rows a little breathing room by adding some top and bottom margin to the section. For this design, it is important that we use margins to space out our section because we will be giving our section a set height as well. We need to give our section a set height because we want our rows to span the full height of our section. This means that each of our rows (the tab content) will have the same height of our section. So it is best that each of the rows have a similar amount of content or there will be unwanted negative space in some of the row tabs. This should make more sense later on.
For now, open the section settings and update the following:
Height: 500px (desktop), 900px (tablet), 750px (phone)
Margin: 100px top, 100px bottom
Padding: 0px top, 0px bottom
Notice that the height of the section will need to be adjusted to account for the longer content space when the row columns stack on mobile. So there will need to be some tweaking to this height for your own needs.
Now save your settings and let’s get back to adding those more rows.
Creating the Second Row of Tab Content
To create the second row, duplicate the row you created earlier. Move the text module to column 1 and the image to column 2. Then update the image with a new one. This will help you get an idea of what different content looks like on each tab.
Open the settings of the second row and switch the background gradient colors by hovering over the background preview area and click the little “switch” icon.
Then open the settings of the text module used to create the tab in column 1 and give it a color that matches the new top gradient.
Background Color: #4646c4
Then we need to move the tab over to the right so that when this row overlaps the row above, you can see the tab directly to the right of the tab in the first row.
Margin: 50px Left
Adding Opacity Filter Hover Effect for the Second Row
For the row, we can add an opacity filter hover effect so that there is a nice hover transition when hovering over the tab and revealing the content of the row.
Open the row settings and add the following filter:
Opacity: 70% (default), 100% (hover)
Then add a transition duration and speed curve for the opacity filter hover effect.
Transition Duration: 500ms
Transition Speed Curve: Linear
Creating the Third Row of Tab Content
Now we can add our final row of tab content. To do this duplicate the second row you just created. Then move the text module to column 1 and the image to column 2. And update the image module with a new image.
Update the Row settings with a new background gradient.
Background Gradient Left Color: #333333
Background Gradient Right Color: #4646c4
Next open the setting of the text module used to create the tab in column 1 and update the color and margin.
Background Color: #333333
Margin: 150px left
This is what your page should look like before we position our rows to overlap each other.
Overlapping the Rows with Absolute Positioning
To overlap our rows, we need to use absolute positioning. Then we will use the Z index option to bring each row to the forefront when hovering over the tabs. But since we are giving our rows an absolute position (and the parent/section has a set height), we can add 100% height to each of the rows so that they span the full height of the section.
Here’s how to do it.
First, deploy wireframe mode. Then use multiselect to select all three of the rows and open the settings of one of them to deploy the element settings modal. Then update the height to 100%.
Height: 100%
This will set the height for all three rows to 100%.
Then add the following custom CSS to the Main Element:
position: absolute !important; left: 0; right: 0; margin: auto;
Now deploy desktop view mode to see how the rows are overlapping nicely to create our tabs.
Changing the Order of the Rows on Hover with Z Index
Right now you may have noticed the third row/tab is at the forefront. So we need to reorder the rows using Z Index so that the first tab shows first until you hover over another tab.
To do this, go back to wireframe view mode and open the settings for the first row you created (with tab one). Then update the z index as follows:
Z Index: 10
Next use multiselect to select the second and third row. Then open the element settings modal and add the following z index on hover to both rows.
Z Index: 11 (hover)
That’s it. Let’s check out the final result.
Final Result
The reason this works is because techniqually each tab (text module) is a part of each row even though they are positioned above and outside of the row. That is why hovering over a tab will display the row it is contained in.
And here is how it looks on mobile.
Creating Vertical Hover Tabs
If you want to add vertical tabs to the rows, all you really need to do is reposition the text modules used to create each tab. We will also need to tweak the size of our rows and section spacing to make room for the tabs.
Here’s what to do.
Go ahead and duplicate the section containing the hover tabs we just built so you have a new design to work with.
Then open the section settings and update the following:
Padding: 10% left, 10% right
Then use multiselect to select all three rows and update the element settings with the following:
Width: 70% (desktop), 70% (tablet), 80% (phone)
Max-Width: 980px
Then update the gradient Direction to 90deg for all three blurbs so that when we position the tabs on the left, the left gradient color will blend with the tab background color.
Gradient Direction: 90deg
Now it is time to position our text module tabs to the left of our rows to get the vertical tabs we want.
Open the text module tab setting in the first row and update the following:
Margin (desktop): -50px top, -150px left
Margin (phone): -100px top, -50px left
The margin setting for phone is to bring the tab back above the row for a horizontal tab display.
Next, open the settings for the text module tab in the section row and update the following:
Margin (desktop): 0px top, -150px left
Margin (phone): -100px top, 50px left
And for the final tab in the third row, update the following:
Margin (desktop): 50px top, -150px left
Margin (phone): -100px top, 150px left
Final Result
Now let’s check out the final result.
And here it is one tablet and phone.
Final Thoughts
With a little creative thinking and the power of Divi, you can create some pretty cool custom hover tabs using Divi rows. There are a few limitations to what you can display. For example, with this setup all of the rows must be the same height as the section. But, for not needing to use a plugin, I think this is a great solution. And don’t forget, since you can use Divi rows for your content, there are a ton of ways you can use these hover tabs in your next project.
I look forward to hearing from you in the comments.
Cheers!
The post How to Convert Divi Rows into Horizontal and Vertical Hover Tabs appeared first on Elegant Themes Blog.