Forums
Home / Fixing WordPress / Remove hover tabs.
(@jane-milburn)
12 years, 1 month ago
Hello, how can I completely remove the hover box that comes up when you mouse over the navigation/menu bar tabs. I have not been able to find the answer. I use Twenty Eleven and have a child theme. Many thanks in advance.
(@endocreative)
You could remove the hover state background from the navigation link.
#access li:hover > a { background: none; }
OMG after hours of trying to sort this, you have solved the problem for me. I cannot thank you enough. Thank you,Thank you,Thank you.
You’re welcome!