Custom color for displayed price

is there a way to customize the color of the displayed price outside the already given options?

Hi @Rudolfs_Stokmanis please copy this custom code and inside the page > paste it under Custom Codes > Custom CSS

Then you can edit the hex code in the code to whichever color you want that’s out of the current provided colors.

.pl-price .pl-pvalue p {
    color: #2f6d32; /* Apply the desired font color */
}

2025-01-07 at 16.14