never mind; I’ve changed the lay-out
Hi Esmi, thanks for your reply.
I’m not really sure how to use the body class function. I have the following code, but then the CSS does not only apply to the parent page, but also the subpages and that’s not what I want.
<body<?php if ( is_page(‘store’)) {
echo ‘ class=”myclass” ‘; } ?>>
Do you, or anyone else, how to change the code so it only applies to one URL and not the subpages?