Okay
  Public Ticket #3206002
How to change color of BDI
Closed

Comments

  •  2
    dylantmurray started the conversation

    Can you please provide CSS code to change the color of the BDI as highlighted in the image attached? 

    Thank you

    Attached files:  Screen Shot 2023-01-12 at 1.04.40 PM.png

  •  8,403
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
        color: #000 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    dylantmurray replied

    Worked perfectly, thank you for your help.