Hi
How do I change the color of the social icons in the glassy header?
How do I remove the line to the left of the social icons when the full header is up when you scroll?
How do I change the color of the search icon in the glassy header?
Hi mcraig77!
Add this to your custom CSS.
.avia-menu.av-main-nav-wrap.av_menu_icon_beside {
border-right: 0px !important;
}
.social_bookmarks > li > a::before {
color: white !important;
}
#menu-item-search > a::before {
color: red !important;
}
Regards,
Elliott
Hi Elliot –
These did not work..
.social_bookmarks > li > a::before {
color: white !important;
}
#menu-item-search > a::before {
color: red !important;
}
Hey!
Please add the below css in Enfold > General Styling > Quick CSS
#top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before {
color: #FFF!important;
}
.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text, #top #wrap_all #header #menu-item-search>a {
border-color: transparent!important;
}
Regards,
Vinay