Home › Forums › WoodMart support forum › I need CSS help › Reply To: I need CSS help
February 8, 2024 at 6:25 pm
#538136

Luke Nielsen
Keymaster
Hello,
The following CSS will help you to customize them:
body .tooltip .tooltip-inner {
background: blue;
color: red;
}
body .tooltip.bs-tooltip-top .arrow {
border-top-color: blue;
}
Thank you for your patience.
Kind Regards