Tagged: Search Icon Css
Hi,
pleas have a look at the website I quoted in the Private Content.
Even if I use something like
#menu-item-search {
color: white !important;
}
or
#menu-item-search a {
color: #fff !important;
}
or
.header_color .main_menu ul:first-child>li>a {
color: #ffffff !important;
}
The last two styles where totally ignored and overwritten (why?). The first is apllied, but the icon still occurs in black.
Whats the case here? Thanks for helping out.
Hey slikslok,
Please try this instead:
#top #wrap_all .header_color.av_header_transparency .avia-svg-icon svg:first-child {
fill: #fff;
}
Best regards,
Rikard
That helped, thanks. Any explanations, why “color” doesn’t work?
