Open pzstar opened 4 years ago
Use the editor, typography in widget, column, or section will fix
On Sun, Jun 28, 2020 at 2:30 AM Prabin Dangol notifications@github.com wrote:
The title of the widget, when added in the Elementor, shows h5 HTML tags by default. How can I insert the custom HTML tag for the widget title?
Like below is the example of the registered sidebar. The Title of the widget should have " " which is missing when widget is added in Elementor
register_sidebar(array( 'name' => esc_html__('Right Sidebar', 'viral-news'), 'id' => 'news-sidebar', 'description' => '', 'before_widget' => ' ', 'after_widget' => '', 'before_title' => '', 'after_title' => '', ));
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/elementor/elementor/issues/11743, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO4D6DWDDLMQ67C4AFR2FITRY3POVANCNFSM4OKMFTGA .
The title of the widget, when added in the Elementor, shows h5 HTML tags by default. How can I insert the custom HTML tag for the widget title?
Like below is the example of the registered sidebar. The Title of the widget should have
"<h3 class="widget-title"><span>"
which is missing when widget is added in Elementor