Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #712380

    Dear support,

    I used this custom css to set hover color of my iconboxes to our CI blue.
    .iconbox_top .iconbox_icon:hover {
    background-color: #0d2555;
    }
    This works, but unfortunately the blue does not look lke our CI blue, even though the color code is the right one.
    Is there some overlay or something like that, which makes the color look different?

    How can I solve this?

    Thank you,
    Gerke

    #712390

    Hey C2S16!

    Try to add !important, your code should look like this:

    .iconbox_top .iconbox_icon:hover {
        background-color: #0d2555 !important;
    }

    Let us know if it works :)

    Regards,
    Nikko

    #712428

    Hi Nikko,

    this worked, thanks for the quick support!

    Best regards,
    Gerke

    #712433

    Hi Gerke,

    Glad we could help :)

    Cheers!
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hover color of iconbox’ is closed to new replies.