• Resolved dangermouse25

    (@dangermouse25)


    Is it possible to move the red box with the price in. I dont want it over the product image, I would like it in the bottom left corner of the product box.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Have you installed the Woocommerce plugin?
    Could you please provide me your URL?

    Regards.

    Thread Starter dangermouse25

    (@dangermouse25)

    Yes I’ve installed woo commerce. My url is graphics.cre8iveonline.co.uk

    You need to delete position:relative; on
    body .container ul.products li.product .product-image.

    After that add this:

    position: absolute;
    bottom: 0;

    to your .woocommerce ul.products li.product .product-image span.price, .woocommerce-page ul.products li.product .product-image span.price span element.

    Regards.

    Theme Author Madars

    (@cohhe)

    JovanaV thanks for helping, I will mark this as resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Move price on product category/shop page’ is closed to new replies.