-
AuthorPosts
-
January 20, 2016 at 4:15 pm #863421
I am having difficulties removing text (a white text box with the exact text of the menu item) that hovers over a menu item when moused over. I am using the CSS menu set. Ideas?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 20, 2016 at 5:31 pm #863463Hi,
You can use the js script below to remove the title text under menu item on your site
Open templates/ja_purity_ii/blocks/head.php file and add the js script as my hightlight
(function($){ $(document).ready(function(){ $('.ja-megamenu ul li.mega a.mega').removeAttr('title'); }); })(jQuery);
Regards
January 31, 2016 at 3:35 am #872660Thank you for the reply Ninja Lead, but this did not resolve my issue. I still have the white hover text boxes over my CSS menus. >.<
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 1, 2016 at 9:20 am #873287You can try to clear cache from admin area and test it again.
Screenshots below indicates how it looks before and after applying my above code.
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 2 voices, and was last updated by Ninja Lead 8 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum