www.joysandsorrows.co.uk/newblog/
In the theme there is a custom CSS option and so I am using that to add addition / change existing CSS.
I have added the following to format an active page indicator on the menu:
.current_page_item a {
color: #fff;
/*background: #0c098c; */
border-style: solid;
border-color: #0c098c;
border-top-width: 0px;
border-right-width: 5px;
border-bottom-width: 0px;
border-left-width: 5px;}
As you can see I actually want the background coloured in the style commented out.
It does work if I remove the comment, however the style doesn't pick up I want white text - although I think I have covered it in this code.
At the moment I have put a border either side just as a stop gap - but I would rather it as I said.
Am I missing something?
Wow this site is really
Wow this site is really inactive. Ironic considering my request for help.
Well,
I thought I had answered requesting clarification, but I must have gotten distracted. It happens.
I can't find any element of class="current_page_item". Is the class created in javascript?
gary
Ha ha, no problem Gary. My
Ha ha, no problem Gary. My comment was meant to be a joke.
Since posting the original request I have done something different that I am now happy with so it's cool thanks.