Home Forums WoodMart support forum Hide compare from mobile menu

Hide compare from mobile menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #112829

    mazenarafat
    Participant

    Hello,
    Would you please let me know how can I hide or delete the compare button from the mobile menu?
    https://www.levantinecrafts.com
    Please check from mobile.

    Thank you

    #112870

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .site-mobile-menu .menu-item-compare {
        display: none;
    }

    Best Regards

    #112921

    mazenarafat
    Participant

    Hello
    Thank you very much, is it possible to hide the compare from the items too (on mobile version only).

    Thank you
    Mazen

    #112977

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile:

    body .compare-btn-wrapper{
    display:none;
    }

    Best Regards

    #112998

    mazenarafat
    Participant

    Perfect,

    Thank you very much

    #113023

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Hide compare from mobile menu’ is closed to new replies.