Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #782967

    how can I change the colours of the woocommerce ‘SALE!’ button please does anybody know – thanks

    #782990

    Hey George,

    Can you please provide a link to the site so we can look into this further. It should be possible to do via a quick css entry.

    Best regards,
    Jordan Shannon

    #783010

    www,linenmills.es

    Thanks

    #783019

    Hi,

    You can add the following to quick css:

    
    span.onsale{
    background-color:red!important;
    }

    Adjust the color to whatever you need

    Best regards,
    Jordan Shannon

    #783033

    You’re a star thank you so much – can you also help me with
    The font ‘Black’ and also the ‘Add to Cart Button’? Pink background and Black font
    Thanks again Jordan

    #783178

    Hi,

    Add the following

    
    
    span.onsale{
    background-color:pink!important;
    color:#000!important;
    }
    
    .single_add_to_cart_button.button{
    background-color:pink!important;
    color:#000!important;
    }
    
    

    Best regards,
    Jordan Shannon

    #783360

    Jordan – thank you so much for your help site really looks better now

    Thanks again – well done Enfold by far the best Theme

    #783527

    Hi,

    No problem at all. If you need additional help, please contact us here on the forums.

    Best regards,
    Jordan Shannon

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