Hi,
I’m trying to write some conditional logic to have Wordpress apply a particular custom style to a particular page.
I can get the custom style ‘police-lights’ to run on all pages, by adding it to the div below (from header.php)
but I just want it to take effect on one particular page not all pages.
I’m pretty sure I need to use is_page() with the post ID inside the brackets but not sure how to write the if statement or where to place the if code block.