Hi Sanddlife,
I was just looking for that too. Check out https://codex.www.ads-software.com/Conditional_Tags and scoll down to ‘A PAGE Page’…
for example I’m using:
<p <?php if (is_page("recruitment")) { ?> class="currentPage" <?php } ?> > Recruitment page link here </p>
so that it only includes the text class=”currentPage” if the page is called recruitment. It’s all working good for me