Hi,
how can I change the colour the line in the my regular price? For some reason it´s white.

is there is a CSS for changing the colour of the line?
Any ideas?
Thx in advance!
Hi,
how can I change the colour the line in the my regular price? For some reason it´s white.

is there is a CSS for changing the colour of the line?
Any ideas?
Thx in advance!
Hi There,
You can change the color through CSS.
Example.
.the-elementclass {
text-decoration-color: red;
}
Hope this helps!
it didn´t work
I tried this:
.single .price .woocommerce-Price-amount {
text-decoration-color: black;
}
this is the url: https://www.korkenfreunde.at/produkt/monats-abo/
Hi There,
Thanks for writing in again!
Can you please try this CSS and let us know if that works.
.variation_modified del {
text-decoration-color: #000;
}
Hope this helps!
still doesn´t work 
Hello @nikolaus.kemetner,
Thanks for updating the thread.
I see that you have added custom code that’s the reason why changes are not getting reflected. Moreover I see text in white color because of the same which is getting diluted into the background.
Please remove or change color code in following CSS that you might have added:
.woocommerce li.product .entry-header h3 a, .woocommerce .price * {
color: #fff !important;
}
Thanks.
thx it worked 
You’re welcome!
Thanks for letting us know that it has worked for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.