0

Here on my site for the tabs, only the actual text its self is clickable. What I am trying to do is make the entire block clickable.

The class that is being called on my "About Me" tab is "menu-item menu-item-type-custom menu-item-object-custom menu-item-179" and so does the other tabs, they just have a different number for the menu item number.

The CSS that I could find containing the tabs was "current-menu-item".

I've looked at this: how to make the whole block clickable? and looked at: block level clickable area not working correctly

My site: http://travisingram.net/ The CSS code that contained "current-menu-item".

.current-menu-item {
    color: #fff !important;
    background-color: #3e3f3f !important;
    border-radius: 3px;
    border: 3px solid #e4b41b;

}
.sf-menu li:hover , /*.sf-menu li.sfHover,*/ .current-menu-item {
    color: #fff !important;
    background-color: #3e3f3f;
    border-radius: 3px;
    border: 3px solid #e4b41b;
}
.sf-menu li ul, .current-menu-item, .sf-menu li:hover, .sf-menu li.sfHover {
    border: none !important
}

Thanks for trying to help everyone, ut nothing is working..

Community
  • 1
  • 1
Travis
  • 395
  • 2
  • 3
  • 11