• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 30.11.21, 13:42
  • Opened by: José A. Vega
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #22695 - I need to edit AMP product page

Hello,
I needed to remove some information from the AMP product page but I don’t know how. I need to hide the product reference, valoration and the add review link that appears on top of the size selector. And hide de product details and reviews from the accordion, my client only wants the product description.
If you could tell me which file I need to edit or how can I do it with the editor (I didn’t find it that way that’s why I’m asking here). I did it with the desktop version with css but I can’t see the classes on the AMP version to hide them.
Thank you very much in advance.

Comments

Fred 30 Nov 2021, 14:11

Hi, José A. Vega.
We recommend to use Developer Tools of your browser to change such small things https://www.youtube.com/watch?v=wcFnnxfA70g

Just find an element class you want to hide, and add small CSS rile like this

.element_class {display:none}
José A. Vega 30 Nov 2021, 15:39

Yeah that’s what I use on my pc - and that’s how I did it for the desktop version - but I meant how can I do it for the AMP version because I can’t use the Developer Tools on my phone and I can’t find the way to see the AMP version on my browser

Fred 01 Dec 2021, 12:24

You can use Developer Tools of your browser and enable “Mobile” mode, like this https://take.ms/qHTzJ

José A. Vega 01 Dec 2021, 18:53

I see it now, thank you!

Fred 01 Dec 2021, 19:15

You are welcome!