Home Forums WoodMart support forum Compare button in mobile invisible by default?

Compare button in mobile invisible by default?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #671938

    kazakov.ravshan
    Participant

    Hi there! how to make compare buttons in product grid are visible on mobile and tablet?

    #671948

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:

    body .wd-buttons .wd-quick-view-icon, 
    body .wd-buttons .wd-compare-btn {
        display: block;
    }

    Best Regards,

    #671963

    kazakov.ravshan
    Participant

    it works. thank you

    #672046

    Hello,

    You’re very welcome! If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

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

The topic ‘Compare button in mobile invisible by default?’ is closed to new replies.