New price with yellow background color

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM New price with yellow background color

Viewing 1 reply thread
  • Author
    Posts
    • #133202
      akseven
      Participant

      As shown on the demo page, why the new price has a yellow background color? I cannot change the background color of the new price in WCFM settings, is there any way to change the background?

      Attachments:
      You must be logged in to view attached files.
    • #133495
      Sushobhan
      Keymaster

      Hi,
      Thanks for getting in touch with us!
      This color is coming from your theme and not WCFM. So obviously you can’t change it from WCFM. Kindly use the following CSS to change this-

      .woocommerce-Price-amount {
          background-color: #fff !important;
      }

      Thank You!

      • #133501
        akseven
        Participant

        Hi,

        thank you, it does work. But when I went through the CSS, I found out that the color came from this, not my theme. This is from wcfmmp-style-store.css, is this the default background color of the price amount? Thank you.

        #wcfmmp-store ins {
            background: #fff9c0;
            color: #000;
            text-decoration: none;
        }
Viewing 1 reply thread
  • You must be logged in to reply to this topic.