• Resolved jkinlaw

    (@jkinlaw)


    Hi,

    Of course I can change the hover color for the icon but I have searched the net for ways and CSS code to change the hover color of the title for an icon box and nothing works. I found this code but it did not work for me although some say it did work for them.

    .hoverbox:hover .elementor-icon-box-title {
    color: #C5C8F8;
    }

    I have the normal color as white but the hover color goes to the site default which is a dark blue and my background for the icon box is also blue so I have blue on blue. I am using the Hello Elementor Child theme.

    If anyone knows of a way to make this work I would really appreciate some help.

    Regards,
    Julian

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jkinlaw

    (@jkinlaw)

    I finally figured it out. If anyone else needs it, here it is.

    .elementor-icon-box-title a:hover {
    color: #C5C8F8;
    }

    Hi,

    Thank you for the update that you have shared with us and our amazing community !

    I am glad to know that you could solve your issue !

    Kind regards,
    David

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change title color on hover in icon box’ is closed to new replies.