Posted by AJen on November 5, 2012 at 3:36am
2 followers
Jump to:
| Project: | OM Maximenu |
| Version: | 7.x-2.21 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Can you please advise how to make the slider (using the lavalamp effect) change from a solid block covering the menu item to just an underline.
I have managed to do this by changing the height in the lavalamp js which changes it when you hover but the selected (or active) link when you refresh the page remains a solid block.
Any hints would be appreciated.
Comments
#1
usually just define the styling of the lava with css, background: none, border-bottom: 1px solid #000 ...
#2
Thankyou. I was putting the css on
#om-maximenu-main-menu li a.last
when it should have been on
.om-maximenu ul.om-menu li.backLava