Hi, On my home page everything is OK except when I scroll down and the header shrinks a red border appears in the social icons.
This border also appears on all non-home pages and extra borders again on mobile responsive.
How do I remove these social icon borders.
Also in the Vertical red lines between the main menu items how do I change the color of those seperators without chnaging all of the other borders.
Ta, Denis
Hi Denis!
can you show us the issue using screenshots please? this is what I see:
I don’t see any (red) social icon borders. Could you fix it already?
To change color of vertical lines between menu use this code in Quick CSS:
.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text {
border-color: purple;
}
Cheers!
Andy