Home Forums WoodMart support forum Changin WC Product Widget Customization

Changin WC Product Widget Customization

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

    sahalshazz777
    Participant

    the Wc Product Widget Product Price is not visbile, so i want to change the price font color how can i change that?

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

    Hello,

    Can you please share the page URL so I will check and give you a custom CSS code?

    Best Regards

    #610784

    sahalshazz777
    Participant

    here url : https://mirageglim.com/

    the element is at bottom of the page

    #610794

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .price .amount {
        color: rgb(195, 147, 91);
    }

    Best Regards.

    #611233

    sahalshazz777
    Participant

    can i change the Regular price and it’s cross line to diffrent color?

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

    Hello,

    Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    .price del .amount {
        color: #FF0000; 
        text-decoration-color: #f00000;
    }

    Best Regards

    #611509

    sahalshazz777
    Participant

    it’s working thank you

    #611611

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Changin WC Product Widget Customization’ is closed to new replies.