<?xml version="1.0" encoding="UTF-8"?><oembed><type>video</type><version>1.0</version><html>&lt;iframe src=&quot;https://www.loom.com/embed/554758868901494f9d9c1f8931f1edbd&quot; frameborder=&quot;0&quot; width=&quot;900&quot; height=&quot;675&quot; webkitallowfullscreen mozallowfullscreen allowfullscreen&gt;&lt;/iframe&gt;</html><height>675</height><width>900</width><provider_name>Loom</provider_name><provider_url>https://www.loom.com</provider_url><thumbnail_height>675</thumbnail_height><thumbnail_width>900</thumbnail_width><thumbnail_url>https://cdn.loom.com/sessions/thumbnails/554758868901494f9d9c1f8931f1edbd-00001.jpg</thumbnail_url><duration>283</duration><title>How to change the size &amp;amp; look of the sign up button in MemberPress (code included in comments below)</title><description>New code as of June 2024:
.button-primary.mepr-share-button   {
background-color: #b7387b; 
border-radius: 12px;
border: 1px solid #008CBA;
color: white;
padding: 15px 32px;
text-align: center;
display: inline-block;
font-size: 20px;
}


.button-primary.mepr-share-button :hover {
	background: #8e807b;
}

.mp_wrapper input[type=text]  {
border-radius: 12px;
border: 1px solid #008CBA;
}

.mp_wrapper input[type=password]  {
border-radius: 12px;
border: 1px solid #008CBA;
}</description></oembed>