Removing circle from around membership fee

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 – Membership Removing circle from around membership fee

Viewing 5 reply threads
  • Author
    Posts
    • #67314
      productsexport
      Participant

      How can I remove the circle from around the membership fee on the price table? It looks awkward.

      Attachments:
      You must be logged in to view attached files.
    • #67486
      WCFM Forum
      Keymaster

      HI,

      Add this CSS to hide this –

      #wcfm-main-contentainer .wcfm_membership_box_head .wcfm_membership_price .amount {
          border: 0px !important;
      }

      Thank You

    • #67614
      productsexport
      Participant

      Hi, is something missing from this code?

      #wcfm-main-contentainer .wcfm_membership_box_head .wcfm_membership_price .amount {
      border: 0px !important;
      }

      I get a syntax error message

      Attachments:
      You must be logged in to view attached files.
    • #67867
      WCFM Forum
      Keymaster

      Hi,

      This is CSS, please add under child theme’s style.css or wp-admin -> Appearance -> Customize -> Additional CSS

      Your are trying to add in PHP file by mistake, so it’s throwing error.

      Thank You

    • #67910
      productsexport
      Participant

      My mistake… Now it works fine… Thanks for clarifying…. You are awesome.

    • #68333
      WCFM Forum
      Keymaster

      No issue, thanks for the update 🙂

Viewing 5 reply threads
  • The topic ‘Removing circle from around membership fee’ is closed to new replies.