Use only this type of controls in making custom widgets.
$this->add_group_control(
Group_Control_Typography::get_type(),
[
'name' => 'title_content_typography',
'label' => __('Title Normal Typography', 'iqonic'),
'selector' => '{{WRAPPER}} .title',
]
);
-
This reply was modified 2 years, 12 months ago by mrcreatrix.