Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #522365

    Hi Guys,

    Thanks for all the support, really love this theme.

    Can you tell me how to edit the prices and sale icons for Woocommerce in Enfold?

    I want to make the regular price black
    The sale price red
    And the actual ‘Sale’ icon red also.

    Thanks so much in advance

    #522390

    Hi Gekko101!

    Can you please post the link to your website?

    Regards,
    Yigit

    #522393

    Sure –

    #522680

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

     #top .main_color .onsale { background-color: red; }
    del .amount { color: black; }
    ins .amount { color: red; }

    Cheers!
    Yigit

    #522795

    Thanks, this works :)

    However, is there a way to set it so it doesn’t effect the prices in the footer widgets area also? I would prefer them to be the standard colors.

    #522952

    Hey!

    Please change the code to following one

    #top .main_color .onsale { background-color: red; }
    .entry-summary del .amount { color: black; }
    .entry-summary ins .amount { color: red; }

    Regards,
    Yigit

    #523072

    Thank you very much Sir.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Changing Colors of Price, sale icon etc’ is closed to new replies.