Jump to content

category cover image


affandy

Recommended Posts

Hello
I'm affandy, I'm still new to this Prestashop.

I have a problem with the cover category image, which cannot appear on the mobile, but on the desktop there is.
I hope there is someone who would like to share me a solution about that.
thank you.

sorry if my language is not good

Link to comment
Share on other sites

You can set in the css that something should appear only on desktop.  This looks something like:

@media screen and (min-width: 480px) {
  body {
    background-color: lightgreen;
  }
}

On Prestashop that is mostly filled in with classes. So you have classes that only show with certain screen sizes. 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...