Reply To: Change Colours per page basis

Home Forums Support Change Colours per page basis Reply To: Change Colours per page basis

Home Forums Support Change Colours per page basis Reply To: Change Colours per page basis

#85432
Craig Nicholson

Resolved – apologies i did a silly botch job of copying and pasting – my fault

Resolved the top header image change with the following code

<?php if ( is_page( ‘Students’ ) ) { ?>

<?php } elseif ( is_page( ‘Accommodation’ ) ) { ?>

<?php } elseif ( is_page() ) { ?>

<?php } ?>