Hi @nizar2020
Thanks for reaching out!
To change the banner color on the bottom of the lesson pages, you can use the following CSS:
/* Change the background color of the bottom banner (footer) in the lesson pages */
.tutor-course-topic-single-footer {
background-color: #yourColorCode !important; /* Replace with your preferred color */
}
Just replace #yourColorCode
with the hex color code you want (e.g., #ff0000
for red) and add this to Appearance > Customize > Additional CSS in your WordPress admin.
Best Regards,
Taufik Hasan