Hello,
I would like to modify the menu links display of "active links" and "hover Links" in the gk_corporate2 template. My goal is the for "active" and "hover" backgrounds to completely fill up the menu item space. Currently, there is just a small box over the menu item word itself. I want that box to fill up the entire menu item box so that you don't see the original menu background when a link is either active or rolled over.
I've found this line in the menu.css file:
div#gkDropMain > ul > li.active:hover > a { display:block; height:20px; line-height:20px; background:#121c40; -moz-box-shadow:1px 1px 1px #504a42; -webkit-box-shadow:1px 1px 1px #504a42; }
here I can modify the height; however, the positioning is not right and their is still padding on the left and right side.
Could someone point me to where I need to make and/or how I need to go about doing this?
Thanks,
Gary