Title: Cannot make my Customizr CSS code changes &quot;LIVE&quot;
Last modified: August 30, 2016

---

# Cannot make my Customizr CSS code changes "LIVE"

 *  [firemcd](https://wordpress.org/support/users/firemcd/)
 * (@firemcd)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/cannot-make-my-customizr-css-code-changes-live/)
 * My website under construction is [http://www.mcdonaldcontractingllc.com](http://www.mcdonaldcontractingllc.com)
   
   I have found the code I need to center the site title and the tagline in the 
   following post [https://wordpress.org/support/topic/center-logo-and-tagline](https://wordpress.org/support/topic/center-logo-and-tagline)
   It works GREAT inside Customizr’s CSS test box. But no matter how many times 
   I select SAVE it never updates “LIVE” to the website itself. I do not know EXACTLY
   where to insert the code into the native wordpress editor, and I do not want 
   to brick my site. The code I need is as follows, WHERE EXACTLY do i insert this
   code in the native wordpress code editor? (I know that Customizr needs to be 
   the selected theme) /* remove boxes */ .navbar .navbar-inner { background: none;
   box-shadow: none; } /* center logo */ .navbar-wrapper .brand { width: 100%; display:
   block; } /* hide social icons */ .navbar-wrapper .social-block { display: none;}/*
   Center tagline */ .span7.inside.site-description { float: left; margin-left: 
   15%; margin-top: -30px; display: block; } /* Center Navbar */ .navbar .nav { 
   display: block; margin-left: 25%; }

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

 *  [Luke Stacey](https://wordpress.org/support/users/daftduke/)
 * (@daftduke)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/cannot-make-my-customizr-css-code-changes-live/#post-6259993)
 * Hi there!
 * You can paste your code in your [child theme’s](http://codex.wordpress.org/Child_Themes)
   style.css or in a custom css plugin such as [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/).
 * It’s not a good idea to paste it into your parent theme’s style.css file as it
   will either conflict or be lost when your theme updates.
 * I hope that helps 🙂
 * Luke the Daft Duke
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/cannot-make-my-customizr-css-code-changes-live/#post-6260021)
 * [Child Theme](http://doc.presscustomizr.com/customizr/customize-customizr-wordpress-theme/)
   is essential (unless you add to the CustomCSS panel in Customise>Advanced options
   >Custom CSS (so you don’t need the Plugin in #2)

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

The topic ‘Cannot make my Customizr CSS code changes "LIVE"’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/cannot-make-my-customizr-css-code-changes-live/#post-6260021)
 * Status: not resolved