Home Forums WoodMart support forum Change the color of variant prices

Change the color of variant prices

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #346874

    Sean
    Participant

    I want to change the color of the variant price to #993300, I tried to change the specific style in “Typekit Fonts – Advanced typography”:

    .woocommerce-Price-currencySymbol span{
    color: #993300
    }

    But without success, it becomes like this (see screenshot 1.png)

    I want the final result to look like this (see screenshot 2.jpg)

    Please help me to solve this problem.

    Attachments:
    You must be logged in to view attached files.
    #346905

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-product .price ins .amount {
    color: #993300;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)