Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Feature Request › Setup Wizard page
- This topic has 4 replies, 4 voices, and was last updated 4 years, 5 months ago by INEX Market.
- AuthorPosts
- July 2, 2019 at 2:54 pm #70686support25Participant
Hello how can change the css of the page setup wizard?
the css in my child theme does not work
ex:
#wc-logo a{ color:#mycolor}
and how to remove the state field and put a simple text field in the store description?
and remove the SEO tab
Thanks
- July 4, 2019 at 6:53 am #70968WCFM ForumMember
Hi,
This line is require to remove SEO tab –
add_filter( 'wcfm_is_allow_setup_seo_settings', '__return_false' );
Pleas add your CSS using this plugin – https://wordpress.org/plugins/code-snippets/
as theme does not work for setup widget page!DO you want to change short description field only at setup widget or at vendor’s setting panel as well?
Thank you
- May 29, 2020 at 11:38 pm #136616INEX MarketParticipant
What would the code be that someone has to enter to remove the other tabs? Especially:
Policies
Customer Support
Social - May 30, 2020 at 7:51 pm #136754Sarmistha ChakrabortyMember
Hello,
Try this –
add_filter( 'wcfm_is_allow_policy_settings', '__return_false' ); add_filter( 'wcfm_is_allow_setup_customer_support', '__return_false' ); add_filter( 'wcfm_is_allow_setup_social_profile', '__return_false' );
Thanks.
- June 4, 2020 at 8:13 pm #138415INEX MarketParticipant
Thank you so much for helping us out! The quick responses really help convincing the company directors that we’re making the right choice in choosing for WCFM. Carry on. 😀
- AuthorPosts
- You must be logged in to reply to this topic.