How to Replace Menu Text to Icons in Divi Theme
by Ganga | Aug 21, 2022 | Divi |
/*-----------------Menu Icons to Replace Text---------------- */
.menu-home a {
font-family: 'ETmodules';
font-size: 20px!important;
color: white!important;
}
.menu-home a:hover {
color: #8b312e!important;
}
li.wpmenucartli a.wpmenucart-contents span {
font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
}
#menu-top-menu-bar:nth-child(1) > #menu-item-1697:nth-child(1) > a:nth-child(1) {
padding-top: 3px;
}
#menu-top-menu-bar:nth-child(1) > #menu-item-1751:nth-child(2) > a:nth-child(1) {
padding-top: 3px;
}