http://screencast.com/t/1D1MH5Ea
We noticed that there is no theme option to link only the navigation item text. Current it links to the whole nav item area from top to bottom. can you please suggest a way to have only nav item text link?
the strip which comes at bottom on hover, i also want to take that upwards. Currently we have removed that hover effect.
Hey!
Please add following code to Quick CSS
#top #header_main > .container .main_menu ul:first-child > li > a {
height: 20px;
line-height: 20px;
top: 140px;
position: relative;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Cheers!
Yigit
Thank you so much.