Title: Custom CSS 2.0.2
Last modified: August 21, 2016

---

# Custom CSS 2.0.2

 *  Resolved [DeanGrey](https://wordpress.org/support/users/deangrey/)
 * (@deangrey)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/custom-css-202/)
 * I tried to register on your forums but when logging in got the message “You are
   temporary block” which I don’t know how to work around as I also did not get 
   an email activation. So I am posting here.
 * How do you use the “Custom CSS” option? I have custom css enabled and I tried
   to apply the code below but it did nothing. The documentation is very limited
   so I don’t know where else to turn for answers.
 *     ```
       background: #fff !important;
       border: 1px solid #f0f0f0 !important;
       max-width: 96% !important; /* Image does not overflow the content area */
       padding: 5px 3px 10px !important;
       ```
   
 * [https://wordpress.org/plugins/pie-register/](https://wordpress.org/plugins/pie-register/)

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

 *  Plugin Contributor [genetech](https://wordpress.org/support/users/genetech/)
 * (@genetech)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/custom-css-202/#post-4779166)
 * Hello,
 * I appologize for the inconvenience occured, You should be able to login fine 
   on the site now.
 * In this version Custom CSS and Tracking only applies on wp-login.php, if you 
   want to make it work across the site, please follow the following steps:
 * Please open up `pie-register.php` on the editor of your choice, add the following
   code into the `function pie_main` where it reads:
 * `global $pagenow;`
 * add following code after the above line so it will look like this:
 *     ```
       global $pagenow;
       if($option['custom_css'] != "" || $option['tracking_code'] != ""){
       add_action('wp_footer', array($this,'addCustomScripts'));
       }
       ```
   
 * Save and you’re done!
 * Please let us know if you have any further questions.
 * Thank you
 *  [dadude712](https://wordpress.org/support/users/dadude712/)
 * (@dadude712)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/custom-css-202/#post-4779253)
 * Hello, I hate to hijack this thread but…
 * I am getting the same error “You are temporary block” on my website for any new
   users. I haven’t found anything else in the forums about it.
    What did you do
   to fix that error for DeanGrey?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/custom-css-202/#post-4779254)
 * **[@dadude712](https://wordpress.org/support/users/dadude712/)**: If you require
   assistance then, as per the [Forum Welcome](http://codex.wordpress.org/Forum_Welcome#Where_To_Post),
   please post your own topic instead of tagging onto someone else’s topic.
 *  Plugin Contributor [genetech](https://wordpress.org/support/users/genetech/)
 * (@genetech)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/custom-css-202/#post-4779255)
 * [@dadude712](https://wordpress.org/support/users/dadude712/) I have replied about
   it on your thread!
 * Thanks
 *  Plugin Contributor [genetech](https://wordpress.org/support/users/genetech/)
 * (@genetech)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/custom-css-202/#post-4779330)
 * I am marking this topic as Resolved, as this issue is no longer exists. If you
   still have problems with this issue or any other issues you may have, please 
   create another ticket on the support forum.
 * Thanks

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

The topic ‘Custom CSS 2.0.2’ is closed to new replies.

 * ![](https://ps.w.org/pie-register/assets/icon-256x256.png?rev=2467686)
 * [Pie Register – User Registration, Profiles & Content Restriction](https://wordpress.org/plugins/pie-register/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pie-register/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pie-register/)
 * [Active Topics](https://wordpress.org/support/plugin/pie-register/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pie-register/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pie-register/reviews/)

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [register](https://wordpress.org/support/topic-tag/register/)

 * 5 replies
 * 4 participants
 * Last reply from: [genetech](https://wordpress.org/support/users/genetech/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/custom-css-202/#post-4779330)
 * Status: resolved