Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Registration Form Style
- This topic has 10 replies, 2 voices, and was last updated 4 years, 11 months ago by id.manage.
- AuthorPosts
- December 9, 2019 at 3:25 am #96643id.manageParticipant
Hi Guys,
May I ask you how can I change WCFM vendor/affiliate registration form style to be the same as my theme ?
Thanks
- December 9, 2019 at 12:03 pm #96682Sarmistha ChakrabortyMember
Hello,
You have to modify the style(form style) in your theme’s style.css.
Can you please explain what styling modification you want for the form(WCFM vendor/affiliate registration form)?Thanks.
- December 9, 2019 at 5:24 pm #96756id.manageParticipant
Thank you for your reply. I want the font and size to be the ones that my theme is using :
Red arrow head :
Font: Raleway
Size: 24pxmain text :
fon: helvetica
Size: 13pxhttps://www.evernote.com/l/AglIObK-mUFMdLiCcbPTbA8JToiavM0G9LIB/image.png
- December 9, 2019 at 6:59 pm #96761Sarmistha ChakrabortyMember
Hi,
For “Register” style use below css,
/* This text is in Raleway */ .class { font-family: Raleway; font-size: 24px; }
Regarding main text,
/* This text is in Helvetica */ .class { font-family: Helvetica Neue,Helvetica,Arial,sans-serif; font-size: 13px; }
Try the above style(css) in your theme’s style.com.
Otherwise please share us the page links, we will send you the exact style(css).Thanks.
- December 11, 2019 at 2:10 am #96964id.manageParticipantThis reply has been marked as private.
- December 11, 2019 at 12:47 pm #97016Sarmistha ChakrabortyMemberThis reply has been marked as private.
- December 11, 2019 at 4:34 pm #97038id.manageParticipantThis reply has been marked as private.
- December 11, 2019 at 6:03 pm #97043Sarmistha ChakrabortyMemberThis reply has been marked as private.
- December 11, 2019 at 7:30 pm #97046id.manageParticipantThis reply has been marked as private.
- December 12, 2019 at 11:51 am #97191Sarmistha ChakrabortyMember
Hi,
Add below style inside the
<style>
tag,#wcfm_membership_container p.wcfm_title strong, #wcfm_membership_container span.wcfm_title strong { font-style: normal; font-weight: 400!important; } #wcfm_affiliate_container p.wcfm_title strong, #wcfm_affiliate_container span.wcfm_title strong { font-style: normal; font-weight: 400!important; }
Thanks.
- December 13, 2019 at 4:46 am #97330id.manageParticipantThis reply has been marked as private.
- AuthorPosts
- The topic ‘Registration Form Style’ is closed to new replies.