Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #387146

    Hi Lads,

    Just wanted to help out…
    In my “Broken link” report I saw an error for tick.png and error.png
    I found it here:
    /enfold/config-woocommerce/woocommerce-mod.css
    Line 1563 and 1564

    
    #top div.woocommerce-error{ /* background-image: url('../images/icons/error.png'); */ border-color: #941210;background-color: #F0DCDB;color: #941210; }
    #top div.woocommerce-message{/* background-image: url('../images/icons/tick.png'); */ border-color: #8BAF5B;background-color: #E0F1B5;color: #4F5F39; }

    Replace (or just edit the path) to:

    #top div.woocommerce-error{ /* background-image: url('images/icons/error.png'); */ border-color: #941210;background-color: #F0DCDB;color: #941210; }
    #top div.woocommerce-message{/* background-image: url('images/icons/tick.png'); */ border-color: #8BAF5B;background-color: #E0F1B5;color: #4F5F39; }
    

    Enjoy

    Peter

    #387157

    And another one in line 97 “REMOVE.PNG”
    a.remove{display:block;height:16px;width:16px;text-indent:-9999px;background:url(../images/remove.png) #cccccc;}
    to
    a.remove{display:block;height:16px;width:16px;text-indent:-9999px;background:url(images/remove.png) #cccccc;}

    • This reply was modified 9 years, 9 months ago by Netzie.
    #388028

    Thanks, i’ll report it.

    Regards,
    Josue

    #408681

    thanks :)
    Added to the next update

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Small correction to a CSS path for 2 icons error.png and tick.png’ is closed to new replies.