Registration Form Style

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!

Viewing 7 reply threads
  • Author
    Posts
    • #96643
      id.manage
      Participant

      Hi Guys,

      May I ask you how can I change WCFM vendor/affiliate registration form style to be the same as my theme ?

      Thanks

    • #96682

      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.

    • #96756
      id.manage
      Participant

      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: 24px

      main text :
      fon: helvetica
      Size: 13px

      https://www.evernote.com/l/AglIObK-mUFMdLiCcbPTbA8JToiavM0G9LIB/image.png

    • #96761

      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.

    • #96964
      id.manage
      Participant
      This reply has been marked as private.
    • #97038
      id.manage
      Participant
      This reply has been marked as private.
    • #97046
      id.manage
      Participant
      This reply has been marked as private.
      • #97191

        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.

    • #97330
      id.manage
      Participant
      This reply has been marked as private.
Viewing 7 reply threads
  • The topic ‘Registration Form Style’ is closed to new replies.