Styling and HTML Replacement
-
Do you have any guidelines for styling the subscription form with CSS? Is there a way to change the title html and not use H3 but other html tags or do I need to replace the widget code with the recommended:
/** * Replace default Mailjet widget form file with your own * @param string $templatePath - the path of the default Mailjet widget form file * @return string */ add_filter( 'mailjet_widget_form_filename', 'useMailjetCustomWidgetFormTemplate' ); function useMailjetCustomWidgetFormTemplate($templatePath) { return './custom_mailjet_widget_template.php'; }
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Styling and HTML Replacement’ is closed to new replies.