Tutorial - How to customize the buttons/navigation area inside MemberPress

Tutorial - How to customize the buttons/navigation area inside MemberPress








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 === */