Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM › Custome Field Label
Tagged: custome fields
- This topic has 3 replies, 2 voices, and was last updated 5 years, 4 months ago by WCFM Forum.
- AuthorPosts
- July 17, 2019 at 6:02 pm #72874macnomoParticipant
Hello,
I’ve created a Custom Field for my customers to display a Shipping Message but i will like to HIDE the black Label because in my case it showes twice, i have enough with the tag wich looks better and aligned with the info and more professional. I will actually suggest to remove that for future updates.
I just want to hide the black Label on the Single Product Page, NOT on the vendors product dashboard.
Thanks!
Please see attachment
Attachments:
You must be logged in to view attached files. - July 18, 2019 at 12:31 pm #72956WCFM ForumMember
HI,
Please add this line to your child theme’s functions.php –
add_filter( 'wcfm_is_allow_custom_field_block_name_display', '__return_false' );
In case you do not have child theme then add code suing this plugin – https://wordpress.org/plugins/code-snippets/
Thank You
- July 18, 2019 at 6:20 pm #72993macnomoParticipant
Perfect!
Thank you. - July 19, 2019 at 10:52 am #73057WCFM ForumMember
You are welcome 🙂
- AuthorPosts
- The topic ‘Custome Field Label’ is closed to new replies.