CSS has important in main plugin

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 WC Marketplace CSS has important in main plugin

Tagged: 

Viewing 2 reply threads
  • Author
    Posts
    • #80630
      EK
      Participant

      Hi,

      We tried to Style the sold by text colour for vendor shop :

      .wcfmmp_sold_by_wrapper a {
      color: #e48143 !important; /*Not working since main code has important*/

      }

      It is not working as the plugin css has !important. Can you kindly tell me how to make my custom css work since I do not know how to override !important in main css.

      Thanks a lot in advance 🙂

      Best Regards,
      Ak

    • #80797
      WCFM Forum
      Keymaster

      Hi,

      Please use this CSS –

      .wcfmmp_sold_by_wrapper a.wcfm_dashboard_item_title {
          color: #e48143 !important;
      }

      Thank You

    • #80849
      EK
      Participant

      Thank you. This is resolved 🙂

      Have a nice day ahead.

      Best Regards,
      AK

Viewing 2 reply threads
  • The topic ‘CSS has important in main plugin’ is closed to new replies.