This is in response to https://kriesi.at/support/topic/hover-colour-for-icons/
Since my last post I have created my own custom icons. Now the hover colour is white again and it seems to ignore the code you gave me in July.
Please help! Thanks!
Hey Carolin,
Try this code in the General Styling > Quick CSS field:
.page-id-3777 .avia-builder-el-3 .iconbox_icon:hover:before, .page-id-3777 .avia-builder-el-5 .iconbox_icon:hover:before, .page-id-3777 .avia-builder-el-7 .iconbox_icon:hover:before{
color: darkgray;
}
Best regards,
Mike
Hi Mike,
it’s only working now on some pages but not on the Homepage, Our Services page and Our Network page.
Also it seems it’s overlaying transparent white to achieve the grey hover colour. But on some wider icons it looks like it’s not covering the whole icon and the black colour is still showing on the left of the icon. See the screenshot in the private content of 2 icons on the About and Our Work pages.
Thanks!
Carolin
Hi,
You can affect all the pages using this custom code:
.iconbox_icon:hover:before {
color: darkgray !important;
}
Best regards,
John Torvik
Thanks John. That works!
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon