Hi Inspired2Write,
Thanks for your suggestion. It does work with the default theme.
I didn’t figure out why my thematic based child them was misbehaving.
The only difference from other pages on my menu is that it’s made up of posts from a selected category. Should still work by my logic… It’s still a page after all.
Anyway, I added this css to fix it (applied only to the page current_page_item was not working):
‘
li.page-item-75 {
border-style:none;
background-image:url(“images/bg-hatch.png”);
background-repeat:repeat;
}
‘
NOTE: I was trying to style the
- part of my markup, due to the way the design worked. I found several solutions using this type of css fix, but kept forgetting to specify the style for the
- part.