• Hello Friends,

    My website is https://www.coupon4all.in. this is a discount website.
    I need help with Top Menu, as I hower the mouse on Top Menu (example Store) I see the sub categories and as I hower on the Subcategories a description gets displayed. Is there a way I can Hide only the Description Display when Hower on Sub Categories listed in the Store .

    Please help

    Regards,

    Riyaz

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello shoppizstore

    Can you please by adding below code in your theme js file.
    Let me know if need any further help from my side

    $(“#adv_stores .maincat-list li a”).hover(function(){

    $(this).removeAttr(‘title’);

    });

    Thanks

    Thread Starter shoppizstore

    (@shoppizstore)

    Thank you Clarion,

    This is how I tried adding the code.

    I went to Plug ins> Add New > installed Simple Custom CSS and JS plug in.

    Added the code you gave in the JS code section, but seems it didnt work.

    Any other fix.

    Thanks

    Hello shoppizstore,

    Please replace the code with :

    jQuery(“#adv_stores .maincat-list li a”).hover(function(){

    jQuery(this).removeAttr(‘title’);

    });

    Thread Starter shoppizstore

    (@shoppizstore)

    Thank you for your help.

    This code didnt work either, I added the code in the plugin that i installed, also added the same to js file public_html/www.coupon4all.in/wp-content/themes/Flatter #U2013 A Responsive and Flat Child Theme for Clipper/includes/js

    no success.
    my website is https://www.coupon4all.in

    Any other fix for this

    Thread Starter shoppizstore

    (@shoppizstore)

    Still awaiting for a fix fr this issue, kindly help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Flatter Theme CSS for Top Menu’ is closed to new replies.