<?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/d13493376bfc4faa87096e0f19ef74dc&quot; frameborder=&quot;0&quot; width=&quot;1152&quot; height=&quot;864&quot; webkitallowfullscreen mozallowfullscreen allowfullscreen&gt;&lt;/iframe&gt;</html><height>864</height><width>1152</width><provider_name>Loom</provider_name><provider_url>https://www.loom.com</provider_url><thumbnail_height>864</thumbnail_height><thumbnail_width>1152</thumbnail_width><thumbnail_url>https://cdn.loom.com/sessions/thumbnails/d13493376bfc4faa87096e0f19ef74dc-00001.gif</thumbnail_url><duration>250.44000000000005</duration><title>CBF Tutorial - How to customize the buttons/navigation area inside MemberPress</title><description>Here is the code you will need to paste in your Custom CSS area:

/* === Module and Lesson Buttons === */

.mpcs-section-title .mpcs-section-title-text {
   font-size: 15px !important;
  font-weight: normal !important;
	color: #ffffff !important;
}

.mpcs-lesson-link {
  font-size: 14px !important; 
}

.mpcs-section-title {
  background-color: #2f2f2f;
	border-radius: 10px;
  margin-bottom: 7px !important;
	margin-left: 5px !important;
	margin-right: 5px !important;
}

/* === END: Module and Lesson Buttons === */</description></oembed>