ResolvedHow to change PRICE tag position and style?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20766
    GomezZ
    Participant

    Hello, I really want the classic way of showing the price under the product – not on the product picture.
    Can you tell me can we do this?

    I think it’s hard for customers to see the price tag.

    #20778
    Althemist
    Keymaster

    Hi GomezZ,

    The only way to achieve this would be with some custom CSS rules. It needs to be something similar to this:

    .prod_hold .price_hold {
        position: relative;
        top: auto;
        left: auto;
        margin: 10px auto;
    }

    Hope this helps.

    Regards,
    Dimitar

Viewing 2 posts - 1 through 2 (of 2 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