Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    (@elaine-griffin)

    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
    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.