Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • mattdavis Friend
    #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?


    1. Hover-Text-Issue
    Ninja Lead Moderator
    #863463

    Hi,

    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


    1. Screen-Shot-2016-01-21-at-00.30.10
    mattdavis Friend
    #872660

    Thank 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 Moderator
    #873287

    You 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.


    1. before
    2. after
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