Home › Forums › WoodMart support forum › Color name button animation › Reply To: Color name button animation
June 2, 2022 at 11:35 am
#380746
Aizaz Imtiaz Awan
Keymaster
Hello,
The issue is caused by the styling of the plugin not our theme.
Screenshot: https://prnt.sc/x7lvjDX3Q2g2
The other site works fine because there are no following plugin styles on it.
You can fix this issue with several ways:
1. Disable plugin completely.
2. Use our theme site preloader rather than plugin.
3. Use the following custom code in the Global Custom CSS area under Theme Settings >> Custom CSS to disable plugin styles.
body .wd-tltp .wd-tooltip-label,
body .tooltip {
transition-duration: 0s; !important;
}
Best Regards