• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 15.09.21, 19:59
  • Opened by: PeterJ
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #22275 - How to remove buttons on the mobile phone?

Hello,
I need to know how to hide buttons on the mobile phone (see attached screenshot).

I don’t see this buttons on the desktop (ex. in the Chrome inspector - mobile phone emulator it’s OK - are hidden ) . But on the real mobile devices I see it.

Thank you.

Attachments:

Screenshot_20210915_194546.jpg (158.2 KiB)

Comments

PeterJ 15 Sep 2021, 20:12

Correction: I see it also after refresh on the desktop Chrome (mobile phone size).

Fred 16 Sep 2021, 09:00

Hi, PeterJ.
Try following CSS

@media (max-width:600px) {
.product-actions {display:none}
}