Home Forums WoodMart support forum How to show add to cart Button on mobile devices like its showed on desktop

How to show add to cart Button on mobile devices like its showed on desktop

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #308582

    orangesyndicate21
    Participant

    i wanted to add the add to cart button on mobile devices as same its showed on laptop and can you also tell me how to change the quick view icon or add “quick View” instant of icon.kidly help me in both things

    #308699

    Hello,

    1) Using the same style you are using it is not possible to make the mobile add to cart the same as the desktop.

    2) To change the quick view icon try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-quick-view-icon>a:before {
        content: "\f130";
    }

    Regards.
    Xtemos Studios

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