Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #901568

    Hi,

    We would like to add a sale badge product image left of product title.
    On the product page. The title looks good.
    Screenshot:
    http://nimb.ws/tkAfrH

    But on the related product list. The image become bigger.
    Screenshot:
    http://nimb.ws/Ve1zN6

    Please help.
    Thanks!

    #901954

    Hey HeeHA,

    Could you post a link to where we can see the actual problem please?

    Best regards,
    Rikard

    #901986
    This reply has been marked as private.
    #902654

    Hi HeeHA,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .upsells.products ul.products li .woocommerce-loop-product__title img {
       width: 51px;
       float: right;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #908324
    This reply has been marked as private.
    #908396

    Hi HeeHA,

    Please add the last lint to the code I gave you above so it looks like this:

    
    .upsells.products ul.products li .woocommerce-loop-product__title img {
       width: 51px;
       float: right;
       margin-right: 60px;
    }
    

    You need to set the amount of “You may also like” products to 4 as related.

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.