A nice design effect, which is not found in the Divi settings yet: Change the hover link color. Hover or mouseover means that the effect only occurs when the mouse pointer hovers over the object. So, if your mouse pointer is over the link, it will change its color as in the following example:
To change the hover link color with Divi you need to add the following CSS code to the Custom CSS or your Divi Child Theme field:
/* Menu Hover Link Color */
#top-menu-nav #top-menu a:hover {
color: #1ba9db !important;
}
You can customize the color code (#1ba9db) according to your individual needs. If you haven’t found a suitable colour code yet, it is worth visiting a corresponding colour table.
Any more questions? Suggestions for improvement or suggestions for further articles? Then write it in the comments.
Comments