Get Rid of hover in menu
-
I am using the twenty-ten theme, and have a menu bar under the header. I created a HOME custom url, and it is invisible unless the cursor hovers over it. The same is true of my ABOUT page. I want it to display all the time when you click on the about page, not just when the cursor is over it. My website is ecbloom.com. I think the code I need to change is in the style.css in the section below:
#access li:hover > a,
#access ul ul:hover > a {
background: #333;
color: #fff;
}
#access ul li:hover > ul {
display: block;
I don’t know what to replace hover with. Any ideas to someone who is totally new to this?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Get Rid of hover in menu’ is closed to new replies.