Hi,
I need add to menu languages btn,
I create link + img in secend menu, but I need it be& look smaller- like the size of the imge flag whit this background color: # 484b4f.
Here is screenshoot: http://prntscr.com/7518pd
How do you propose to do that?
Thank you!!!!
Hey Lev!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#menu-item-44 .sub-menu *, #menu-item-44 .sub-menu {
background-color: #484b4f;
}
#menu-item-44 .sub-menu a, #menu-item-44 .sub-menu li, #menu-item-44 .sub-menu {
width: 42px!important;
}
#menu-item-44 .sub-menu a {
padding: 0!important;
margin: 0!important;
position: relative;
left: 12px;
background-color: transparent!important;
}
#menu-item-44 .sub-menu li {
background: transparent;
}
#menu-item-44 .sub-menu {
left: 27%!important;
}
Regards,
Yigit
Thanks Yigit!!!!
It looks amazing !!!
You are the best