Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Membership › Removing circle from around membership fee
- This topic has 5 replies, 2 voices, and was last updated 5 years, 5 months ago by WCFM Forum.
Viewing 5 reply threads
- AuthorPosts
- June 13, 2019 at 7:12 am #67314productsexportParticipant
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. - June 13, 2019 at 8:52 pm #67486WCFM ForumMember
HI,
Add this CSS to hide this –
#wcfm-main-contentainer .wcfm_membership_box_head .wcfm_membership_price .amount { border: 0px !important; }
Thank You
- June 14, 2019 at 12:07 pm #67614productsexportParticipant
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. - June 15, 2019 at 4:57 pm #67867WCFM ForumMember
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
- June 16, 2019 at 1:43 am #67910productsexportParticipant
My mistake… Now it works fine… Thanks for clarifying…. You are awesome.
- June 18, 2019 at 12:42 pm #68333WCFM ForumMember
No issue, thanks for the update 🙂
- AuthorPosts
Viewing 5 reply threads
- The topic ‘Removing circle from around membership fee’ is closed to new replies.