Title: [Plugin: NextGEN Gallery] CSS customization
Last modified: August 20, 2016

---

# [Plugin: NextGEN Gallery] CSS customization

 *  [Elaine Griffin](https://wordpress.org/support/users/elaine-griffin/)
 * (@elaine-griffin)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-css-customization/)
 * Hello,
    I customized the nggallery.css file and uploaded via FTP to nextgen-gallery/
   css, but none of my changes are showing up. Am I doing this wrong? Thanks!
 * [http://wordpress.org/extend/plugins/nextgen-gallery/](http://wordpress.org/extend/plugins/nextgen-gallery/)

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

 *  [WPEngine_mike](https://wordpress.org/support/users/wpengine_mike/)
 * (@wpengine_mike)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-css-customization/#post-2699634)
 * Hello,
 * Anytime you make changes to a CSS file you want to make sure that you clear your
   browsers cache and cookies. If you do this and the changes still arent updating
   you would want to get into your header.php file and make sure that this call 
   is in there:
 *     ```
       <?php
       	wp_head();
       ?>
       ```
   
 * This is necessary as NextGenGallery will inject code into the wp_head and the
   page wont be able to find it if that call is not in your header. It is generally
   right before the closing `</head>` tag.
 * Hope this helps!
    Mike@WPEngine
 *  Thread Starter [Elaine Griffin](https://wordpress.org/support/users/elaine-griffin/)
 * (@elaine-griffin)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-css-customization/#post-2699771)
 * Hi Mike,
    Thanks for the reply, sorry for my delay. I did clear the cache, and
   the header.php file does have that call. I’m using a child theme, IDK if that
   makes a diff? The website is [egglestondesigns.com](http://www.egglestondesigns.com)
   Mainly I changed some border colors and added a border radius to the background.
   FYI. Thanks!

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

The topic ‘[Plugin: NextGEN Gallery] CSS customization’ is closed to new replies.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Elaine Griffin](https://wordpress.org/support/users/elaine-griffin/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-css-customization/#post-2699771)
 * Status: not resolved