Primary Menu Area Question Support Forums for LiveMesh Themes & Plugins › Forums › Agile Theme Support › Primary Menu Area Question Tagged: agile, primary menu This topic has 4 replies, 4 voices, and was last updated 10 years, 1 month ago by kwasilow. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts April 6, 2014 at 8:51 pm #5717 shanekettermanMember I had a quick question regarding the primary menu area of Agile. 1. How can I remove that little bar from showing up under the primary menu items when I hover over them? 2. I wonder if there is a way to have the primary menu items be a google font and also remove italics? Thanks! April 7, 2014 at 5:30 am #5729 NexusModerator 1. Edit the main.js file in the {theme folder} / js / main.js . Go to line 560 and remove the code from line 560 to 566 list_element.not(".hover-bg").hover(function () { move(this); }, noop); $(this).hover(noop, function () { move(current); }); 2. For removing italics pls put the following code into custom css in theme options #primary-menu > ul.menu > li > a { font-style: normal; font-family: helvetica; } And right now we are using google fonts for primary menu. March 1, 2015 at 8:39 pm #12545 kwasilowMember This reply has been marked as private. March 2, 2015 at 7:33 am #12550 VeenaModerator Pls use the below custom CSS in themeoptions – #primary-menu .hover-bg { border-color: transparent; } #primary-menu > ul.menu > li:hover > ul.sub-menu { border-color: transparent; } March 2, 2015 at 4:42 pm #12569 kwasilowMember Perfect!! That worked 🙂 Author Posts Viewing 5 posts - 1 through 5 (of 5 total) The topic ‘Primary Menu Area Question’ is closed to new replies.