By default at Paid Memberships Pro checkout, the discount code is small and difficult to see for the user. With this code, you can add color to it, change font size and weight.
Before
After
To add a more visible discount code text, add this to style.css of child theme 🙂
COPY CODE
p#other_discount_code_p {
color: #2ba6cb;
font-size: 12px;
font-weight: 700;
}
It will make text blue, with bigger font and bold text.