• Resolved heijp

    (@heijp)


    Hello, after an update to WP 5.9 en updating the plugin tabs responsive I could not make any changes to the custom css field.
    After clicking on Update the content in the field custom css disappears!

    Any help?

Viewing 1 replies (of 1 total)
  • lokeshkalosiya

    (@lokeshkalosiya)

    Hi @heijp,

    Please go to plugins > plugin editor and select Tabs Responsive and go to template > content.php file on line number 68 replace the code with the below code.

    echo esc_attr($custom_css);

    To

    echo $custom_css; ?>

    If it works let us know

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘custom css tabs responsive does not work after update’ is closed to new replies.