Home Forums WoodMart support forum Image on Read more button

Image on Read more button

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #607368

    felix.wallner
    Participant

    Hi,

    when a product is not in stock the Add to Cart or Select options button is converted to Read More. We get a strange image or wahtever in front of “Read More”. Please see the picture attached.

    Thank you for your help.

    Attachments:
    You must be logged in to view attached files.
    #607437

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-product.product-type-simple.outofstock .product_type_simple:before, .wd-product .product_type_grouped:before {
        display: none;
    }

    Best Regards

    #609100

    felix.wallner
    Participant

    Great quick and easy solution. Thank you very much, that worked fine.

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