Why does my product title show twice on mobile view?

Topic summary

Issue: On mobile, product titles appear twice—once over the product image and once below where intended.

Access provided: Store URL (luminaskn.co.uk) and password (rtamoh). Occurs only on mobile.

Proposed fix: Add CSS to hide the overlayed title on product cards:

  • .card__inner .card__content { display: none; }
    Helper notes mobile will show a single title; desktop remains unchanged.

Implementation steps:

  • Themes → three dots → Edit code → open base.css → paste the snippet at the end.
    OP asked where to insert; instructions provided.

Media: An initial photo shows the duplicate title; a screenshot demonstrates the expected mobile result after applying the CSS.

Definitions:

  • CSS: Stylesheet rules that control how elements look.
  • base.css: The theme’s global stylesheet file.

Status: OP has not confirmed the fix yet; discussion remains open.

Summarized with AI on January 2. AI used: gpt-5.

Hi,

I have a problem. On my store mobile view, every products title appears twice, once at the bottom where it is supposed to be and the same title appears over the product image. I’m not sure if it’s something I did but I need help to remove this and for the product title to only show once where it is supposed to.

can someone help please?

Hello @Luminaskn
Can you please share your store URL? Also if it is password protected then please share the password as well.

password: rtamoh

the problem is only on the mobile view so I’m not sure what’s happened

The URL: luminaskn.co.uk
Password: rtamoh

It is only happening on the mobile view and I’m not sure how to fix it

Hello @Luminaskn
Try to apply this code

.card__inner .card__content {
    display: none;
}

It will look like this in mobile

And desktop remain the same

Where can I apply this? Which section should I go to?

Where can I insert that?
I really appreciate the help

If you are good with the css then add this in your base.css file. Go to themes-> Click on three dots → Edit code and find the base.css file and add this at the end. If you need my assistance please contact me.
@Luminaskn