There are some small white lines in my transparent menu between the social icons when my website first loads. How would I remove those?
Hey beachcitiescryo,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top #header_meta .social_bookmarks li {
border-right-style: none !important;
border-right-width: 0 !important;
}
Then clear your browser cache and any cache plugin, and check.
Best regards,
Mike
Wonderful Mike, that did it.
Happy Holidays!