Home Forums Plugin Support AffiliateWP Invites Remove title

1 reply, 2 voices Last updated by Christian Freeman 3 years, 1 month ago
    • tca
      Participant
      @tca
      #12595

      I am trying to fit the invite field and button below the “share wpaffiliate url” field. But the title “Send Invites” appears on top the email field creating a lot of extra space (see screenshot). I prefer to use my own title and font to instruct our agents.

      Please advise if an css or snippet can be used.

      Attachments:
      You must be logged in to view attached files.
    • Christian Freeman
      Participant
      @christianf
      #12598

      Hi there,

      Yes, you can hide the Title via CSS. Add the following to your theme’s main CSS stylesheet:

      #affwp-invites-email-invite-form legend {
          display: none;
      }
Viewing 1 reply thread
  • You must be logged in to reply to this topic.