Hi, i want to use in the top menu “social” and “tel/extra” on left and “second menu” on the right, but how do i put a separetor only between menus and between the social and tel/extra?
like this
my website
https://www.isopasse.com.br/
Hey Guilherme,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top #header_meta .phone-info a {
border-left: 1px solid white;
padding-left: 15px;
}
.sub_menu li {
border-color: white!important;
}
Best regards,
Yigit