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
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
Hi Nikko,
this worked, thanks for the quick support!
Best regards,
Gerke
Hi Gerke,
Glad we could help :)
Cheers!
Nikko