I tried using the following in Extra.css:
.navTabs .articles.Popup .SplitCtrl
{
display: none;
}
It removed the arrow on the tab, but when I hover the tab, the dropdown links still show up. How can I keep the from showing up? I don't want any links dropping down from the Home tab, just click and go to the home page. However, I want to keep my dropdown links for the other tabs.
Thanks!
.navTabs .articles.Popup .SplitCtrl
{
display: none;
}
It removed the arrow on the tab, but when I hover the tab, the dropdown links still show up. How can I keep the from showing up? I don't want any links dropping down from the Home tab, just click and go to the home page. However, I want to keep my dropdown links for the other tabs.
Thanks!