Change css single page (only parent)
-
Hello,
I’m having a problem which I can’t solve. I want to change the background-color of .cat_article on a certain page called ‘store’. (http://www.paardenlifestyle.com/store). I was able to do this with the following code:
<body<?php if ( is_page(‘store’)) {
echo ‘ class=”myclass” ‘; } ?>>.myclass .cat_article {background-color: #000000;}
However, I only want the background-color to show on /store and not /store/xxxx (all the subpages). How can I fix this? I really hope someone can help me out, because this is really driving me crazy!! Thanks in advance!
The topic ‘Change css single page (only parent)’ is closed to new replies.