Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #857174

    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!

    #857223

    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

    #858184

    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

    #858310

    Hi,

    You can affect all the pages using this custom code:

    
    .iconbox_icon:hover:before {
      color: darkgray !important;
    }
    

    Best regards,
    John Torvik

    #858557

    Thanks John. That works!

    #858720

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Re: hover colour for icons’ is closed to new replies.