Title: Problem about &#8216;Change the CSS Style&#8217; adding &#8220;\&#8221;
Last modified: June 7, 2023

---

# Problem about ‘Change the CSS Style’ adding “\”

 *  Resolved [sao987](https://wordpress.org/support/users/sao987/)
 * (@sao987)
 * [3 years ago](https://wordpress.org/support/topic/problem-about-change-the-css-style-adding/)
 * I have seen [this thread](https://wordpress.org/support/topic/custom-text-adds/)
   but it didn’t answer the issue…
 * ![](https://i0.wp.com/p.inari.site/guest/23-06/08/648114fb18d9f.gif?ssl=1)
 * As you can see, the orignal input
 * `$buoop = {
   text_for_i: {'msg':'Your browser ({brow_name}) is so damn old! Internet
   Explorer is not supported anymore and will not work on this website.','msgmore':'
   Please update your browser as soon as possible.'}}
 * became
 * `$buoop = {
   text_for_i: {\'msg\':\'Your browser ({brow_name}) is so damn old!
   Internet Explorer is not supported anymore.\',\'msgmore\': \'Update your browser
   as soon as possible to use this site.\'}}
 * after clicking ‘Update Settings’ and the CSS change does not take effect.
 * Will this problem be fixed?

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [MacSteini](https://wordpress.org/support/users/macsteini/)
 * (@macsteini)
 * [3 years ago](https://wordpress.org/support/topic/problem-about-change-the-css-style-adding/#post-16802236)
 * The textarea is accepting CSS. Why would you put script in there? Please check
   the linked documentation how to use.
    -  This reply was modified 3 years ago by [MacSteini](https://wordpress.org/support/users/macsteini/).
    -  This reply was modified 3 years ago by [MacSteini](https://wordpress.org/support/users/macsteini/).
    -  This reply was modified 3 years ago by [MacSteini](https://wordpress.org/support/users/macsteini/).
 *  Thread Starter [sao987](https://wordpress.org/support/users/sao987/)
 * (@sao987)
 * [3 years ago](https://wordpress.org/support/topic/problem-about-change-the-css-style-adding/#post-16802241)
 * Ahh I see, it will only accept CSS rule not script rule, sorry I misunderstood
   it.
 *  Thread Starter [sao987](https://wordpress.org/support/users/sao987/)
 * (@sao987)
 * [3 years ago](https://wordpress.org/support/topic/problem-about-change-the-css-style-adding/#post-16802249)
 * [@jimi007](https://profiles.wordpress.org/jimi007/) I’m sorry to bring you up,
   I have seen this [old thread](https://wordpress.org/support/topic/customize-the-text-directly-from-the-plugin-interface/),
   thank you very much for the override code.
 * However, I’m having a slight problem. Basically my website is using webp format
   and I want to warn all internet explorer users their old broswer won’t work.
 * Is it possible to insert `text_for_i` script using your code? or maybe even both`
   text_for_i` and `text_for_i_in_xx` language. Sorry to trouble you…
 *  Plugin Author [MacSteini](https://wordpress.org/support/users/macsteini/)
 * (@macsteini)
 * [3 years ago](https://wordpress.org/support/topic/problem-about-change-the-css-style-adding/#post-16802254)
 * You can amend the plugin according to your needs. See the documentation: [http://browserupdate.org/customize.html](http://browserupdate.org/customize.html)
 * Note: You will need to implement your amended lines every time the plugin got
   updated.
    -  This reply was modified 3 years ago by [MacSteini](https://wordpress.org/support/users/macsteini/).
 *  Thread Starter [sao987](https://wordpress.org/support/users/sao987/)
 * (@sao987)
 * [3 years ago](https://wordpress.org/support/topic/problem-about-change-the-css-style-adding/#post-16802261)
 * [@macsteini](https://wordpress.org/support/users/macsteini/) Thanks Marco, but
   as you can see all the old threads are locked, that’s why I opened this one…
 * I’m not a programmer only can do some basic coding according to documentation,
   but I will have a try later.
 *  Thread Starter [sao987](https://wordpress.org/support/users/sao987/)
 * (@sao987)
 * [3 years ago](https://wordpress.org/support/topic/problem-about-change-the-css-style-adding/#post-16802277)
 * For other people’s future reference:
 * I tested adding `text_for_i` in line starting with `var $buoop =`, using Jamil’s
   format:
 * `var $buoop = {required:{'.$browser.'},test:'.(isset($wpbu_js[1]) ? $wpbu_js[
   1] : '').',newwindow:'.(isset($wpbu_js[2]) ? $wpbu_js[2] : '').',style:"'.(isset(
   $wpbu_js[3]) ? $wpbu_js[3] : '').'",insecure:'.(isset($wpbu_js[4]) ? $wpbu_js[
   4] : '').',unsupported:'.(isset($wpbu_js[5]) ? $wpbu_js[5] : '').',mobile:'.(
   isset($wpbu_js[6]) ? $wpbu_js[6] : '').',shift_page_down:'.(isset($wpbu_js[7])?
   $wpbu_js[7] : '').',text_for_i:"Your browser ({brow_name}) is so damn old! Internet
   Explorer is not supported anymore, update your browser as soon as possible to
   use this site.",api:2023.06}_(;)`
 * and it works…

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Problem about ‘Change the CSS Style’ adding “\”’ is closed to new replies.

 * ![](https://ps.w.org/wp-browser-update/assets/icon-256x256.png?rev=2383682)
 * [WP BrowserUpdate](https://wordpress.org/plugins/wp-browser-update/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-browser-update/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-browser-update/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-browser-update/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-browser-update/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [sao987](https://wordpress.org/support/users/sao987/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/problem-about-change-the-css-style-adding/#post-16802277)
 * Status: resolved