Ivan Zhuck
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Reviews
In reply to: [IZ Block Editor Tooltips] Great Plugin But Don’t know why to change cssThank you for using “IZ Block Editor Tooltips”.
To solve the issue, just add the parameter ‘priority’ which has a value more than 10:
add_filter('izbet_style_text_color', function() { return '#4CC4A4'; }, 20);
add_filter('izbet_style_border_color', function() { return '#247DE0'; }, 20);
add_filter('izbet_style_tooltip_text_color', function() { return '#4CC4A4'; }, 20);
add_filter('izbet_style_tooltip_background_color', function() { return 'rgba(0, 010, 030, .85)'; }, 20);
add_filter('izbet_style_tooltip_font_size', function() { return '.8rem'; }, 20);
add_filter('izbet_style_tooltip_padding', function() { return '.6rem'; }, 20);
add_filter('izbet_style_tooltip_border_radius', function() { return '.3rem'; }, 20);- This reply was modified 1 year, 8 months ago by Ivan Zhuck.
Forum: Plugins
In reply to: [IZ Block Editor Tooltips] Increase font sizeHi @infomonstar,
Thank you for using the plugin “IZ Block Editor Tooltips”.
How can I increase the font size of the tooltip content? — I’ve added an option for manage font size with the plugin settings page in the version 3.4.0. Also, you still able change any tooltip styles with CSS.
And is there anyway to add html content like image, audio, video as the tooltip content? — Unfortunately it is not possible here. The plugin uses basic HTML attribute aria-label as a container for tooltip text. The attribute can’t contain any nested HTML tags.
Viewing 2 replies - 1 through 2 (of 2 total)