• Resolved Razin2020

    (@nizar2020)


    Hi how do you change the banner color on bottom of Lesson pages?. Thank you in advance for your help!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • 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

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.