Home Forums WoodMart support forum Change the color of the icon on hovering the mouse

Change the color of the icon on hovering the mouse

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

    xroma
    Participant

    Is there any way to add the code so that after hovering the mouse over the icons (eg vc_icon_element-icon fas fa-truck) change color?

    #272244

    Hello,

    Please provide page URL I will check if it is possible with CSS.

    Best Regards

    #272496

    xroma
    Participant

    My page in private content:

    #272682

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    span.vc_icon_element-icon:hover:before{
    	color:red!important;
    }

    Set the color as per your needs.

    Best Regards

    #272694

    xroma
    Participant

    Thanks!

    #272770

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)