Skip to content

Magento 2.4.4: Where do I find the HTML of category pages in Magento?

I need to add code the code below to display Yotpo Reviews Carousel in category pages. Where is the template for category pages in Magento located? We are using a custom theme from SwissUp

I need to insert the code below.

<div class="yotpo yotpo-reviews-carousel" 
 data-background-color="transparent" 
 data-mode="top_rated" 
 data-type="product" 
 data-count="9" 
 data-show-bottomline="1" 
 data-autoplay-enabled="1" 
 data-autoplay-speed="3000" 
 data-show-navigation="1">&nbsp;</div>

The mark in the image below shows where to place the carousel.
enter image description here

Link to the category page. https://www.perfectmakeupmirrors.com/mirrors-shop-by-brand/jerdon.html

I want the carousel to be visible across all category pages of the site.