ResolvedEliminate price from product

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33560
    marta.vannelli
    Participant

    Hello!

    I am trying to eliminate the price over image product because from mobile phone it obscures the image.
    Thank you!

    #33562
    Althemist
    Keymaster

    Hi marta.vannelli,

    The only way to “eliminate” the price would be to visually hide it with CSS.

    #33565
    marta.vannelli
    Participant

    Thank you!
    Could you please share the css code?

    #33568
    Althemist
    Keymaster

    The CSS should be something like this:

    .prod_hold .price_hold {
      display: none;
    }

    It must be wrapped in a media query depending on your personal preferences, so it only takes effect on certain devices.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register