Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ParadoxDev

    (@paradoxdev)

    Sorry for the very late reply, this wasn’t as high priority as other things so was left for a while.

    I have the code in my <head> tags, just under wp_head(),

    <?php if (is_category()) :
    	global $cat;
    	if ($cat == 42) :
    	?>
    		<style type="text/css">
    			#wrapper {background-image:url(http://streetwiseheadshop.co.uk/wp-content/themes/streetwise2/images/background2.jpg) !important;}
    		</style>
    	<?php
    	endif;
    endif; ?>
    Thread Starter ParadoxDev

    (@paradoxdev)

    Unfortunately that does absolutely nothing, no changes at all :/

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