When I hover over the nav bar, I have a small grey line on the top on the nav bar. I would like this to be just white.
I added this but nothing happened:
#nav2 li.current-cat a {
border-top:1px solid #FFFFFF;
}
Does anyone have any ideas?
Thanks
When I hover over the nav bar, I have a small grey line on the top on the nav bar. I would like this to be just white.
I added this but nothing happened:
#nav2 li.current-cat a {
border-top:1px solid #FFFFFF;
}
Does anyone have any ideas?
Thanks
Could i see a page with the issue, the link you've provided just shows a maintenance page.
I'm sorry - I thought it was deactivated. It should be ok now.
Thanks
The top border is defined in.
globalistamagazine.com/wp-content/themes/dailyedition/custom.css
Line 31:
#nav2 {border-top: 1px solid #DDDDDD;}
I'd imagine dropping that will remove the border.. :)
Hi,
I've done it! Thanks so much!
You're welcome.. :)
This topic has been closed to new replies.