How can I remove unwanted dots appearing on my product page?

Hi as you can see in the picture below, when the page loads in any product page on desktop, for 2 seconds it displays this dots above the product picture. Can you please help me delete them.

Thank you

URL: https://matibrnd.com/products/antikythera-mechanism-hoodie

password: biangu

Hello @MT27

This is Amelia at PageFly - Shopify Advanced Page Builder app.

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1**:** Online Stores > Themes > Edit code

Step 2**:** Choose file theme.liquid,
Step 3: Add code above the tag .

@media (min-width: 768px) {
  .slider-mobile-gutter .slideshow__controls {
     display: none !important;
  }
}

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

hi great it worked can you also help with the title not to display on the left?

Hello @MT27

I’m glad my solution helped you solve the problem. You can display the title on the left by adding the following code to:

@media (min-width: 768px) {
  .product__title h1 {
     text-align: left !important;
  }
}

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly