Home Forums WoodMart support forum Customize Color for Regular Price

Customize Color for Regular Price

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #288785

    Stefanie
    Participant

    Hello.
    How can I change ONLY the color of the regular price?

    Thank you for the feedback.

    With kind regards
    Steffi

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-grid-item .price  del span{
        color: red;
    }
    body .summary-inner> .price del span{
        color: red;
    }
    body .summary-inner> .price del{
        color: red;
    }

    Best Regards

    #289061

    Stefanie
    Participant

    Many Thanks. Works excellence.

    One more question: How can I change the color of the stroke? Which CSS code line do I still need for this?

    Many thanks and best regards

    #289204

    Hello,

    What do you mean by “stroke”? Please provide the page URL and screen. I will give CSS.

    Best Regards

    #289349

    Stefanie
    Participant

    Hello. See screenshot attached.

    Thank you and best regards.

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

    Hello,

    Please replace the code with this one:

    body .product-grid-item .price  del span{
        color: red;
    }
    body .product-grid-item .price  del{
        color: red;
    }
    body .summary-inner> .price del span{
        color: red;
    }
    body .summary-inner> .price del{
        color: red;
    }

    Best Regards

    #289746

    Stefanie
    Participant

    Hello,

    Many Thanks. Great, it works!

    Best Regards

    #289874

    We are always happy to help you, write to us when you have any difficulties or issues with our theme.

    We would be grateful for 5 stars rate on http://themeforest.net/downloads in case you are satisfied with our theme and customer service

    Thank you in advance

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