Jump to content

Different Colors To Reinsurance Module


Recommended Posts

Hi,

 

I need quick help from you. I have installed your Reinsurance Module for one of my client and working link is: maajmarketing.com, my client want to have different color for each of the icon for Reinsurance Module on hover, I have changed it to yellow at the moment for all icons but he wants it different, so can you pleaase help on this.

 

Thanks in advance.

 

Regards,

Azhar

Link to comment
Share on other sites

Hello.

#reinsurance-custom-block li:hover:nth-child(1) .icon {
background-color:#fbce0f;
}
#reinsurance-custom-block li:hover:nth-child(2) .icon {
background-color:#000000;
}
#reinsurance-custom-block li:hover:nth-child(3) .icon {
background-color:#111111;
}
#reinsurance-custom-block li:hover:nth-child(4) .icon {
background-color:#222222;
}
#reinsurance-custom-block li:hover:nth-child(5) .icon {
background-color:#333333;
}

Link to comment
Share on other sites

×
×
  • Create New...