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