Shape 5

Joomla Free Templates => Design Control - Free => : haydencyr May 15, 2014, 12:07:52 PM



: Design Control Menu - separators disappear when active
: haydencyr May 15, 2014, 12:07:52 PM
Hey guys, thanks in advance for your help. I would like to keep the borders separating the menu buttons visible when the button is active (active mainMenuParentBtn), and I can't seem to find a way to do this. The example can be found on this test site. The left divider stays in place, but the right divider seems to disappear for any menu item that is active. The right side divider re-appears on hover as well. Any ideas?

http://bourboncounty.ca/vitx9/about-us


: Re: Design Control Menu - separators disappear when active
: mikek May 16, 2014, 07:14:30 AM
Hello,

In the template's index.php file find </style> and right above that add:

#s5_nav li.active {
    border-left: none !important;
    border-right: 1px solid #FFFFFF !important;
}


: Re: Design Control Menu - separators disappear when active
: haydencyr May 17, 2014, 03:41:49 PM
Worked perfectly! Thanks a bunch!