Hi,
I’d like to place a separator between the menu headings and the social icons in the header.
Many Thanks
Gary
Hey GaryBroadhurst,
What kind of separator would you like? Could you post a link to the site in question?
Best regards,
Rikard
Hi Rikard,
just a verticle line between the menu & social icons
Thanks
Gary
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.avia-menu:after {
content: "";
border-right: 1px solid #FFF;
position: absolute;
right: 0;
top: 50%;
height: 30px;
transform: translateY(-50%);
}
Best regards,
Vinay
That’s great thanks Vinay
Regards
Gary
Hi,
I’m glad Vinay’s suggestion was able to help. If you need further help, please let us know here in the forums.
Best regards,
Jordan Shannon