Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter vieradel

    (@vieradel)

    Problem: There is for example the class h1#logo but when it reaches gmail for example it becomes #m_-5611705829155170589logo

    Hi.

    Yes, we use !important but you can rewrite it using a new template with the mailtpl/customizer_template hook.

    function timersys_customizer_template($template) {
    return 'path/to/new_template.php';
    }
    add_filter('mailtpl/customizer_template', 'timersys_customizer_template');

    Gmail always changes the IDs in the structure, it is for this reason that we use the CSS embed directly in the HTML.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Excellent plugin, but has some problems’ is closed to new replies.