Forums
Home / Plugin: YITH WooCommerce Product Add-Ons / Tooltip styling
(@bildnereiclick)
1 year, 7 months ago
how can i style the tooltip: font size, font family,…
(@aranofacundo)
Hi there,
You can change the style of the tooltip using CSS in Appearance > Customise > Additional CSS, like in the following example:
.yith-wapo-option .tooltip * { font-family: 'monospace' !important; font-size: 15px !important; }
We’ll remain at your disposal.