Home › Forums › WoodMart support forum › Customize Element Style › Reply To: Customize Element Style
December 27, 2021 at 2:41 pm
#342142
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-info-box.box-style-bg-hover .info-box-inner {
transition: all .25s ease;
}
.wd-info-box.box-style-bg-hover:hover .info-box-inner {
color: #FFF !important;
}
Please replace the color as per your needs.
Best Regards