• Resolved jmccoy1

    (@jmccoy1)


    I would like to set the background transparent box to a solid color instead. What CSS can I use to accomplish this? I have attached a screenshot here:

    https://snipboard.io/yKI9OA.jpg

    Thank you. I plan on making it a solid blue instead of the transparent box

    Thanks again,
    Jacob

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

Viewing 1 replies (of 1 total)
  • Plugin Support Axel StylemixThemes

    (@axelstm)

    Hello,

    The MasterStudy LMS plugin doesn’t contain such a background option by default. You can use this custom CSS:

    body .stm_lms_courses_wrapper {
        background-color: #fff;
    }

    regards

Viewing 1 replies (of 1 total)
  • The topic ‘Set transparent box to solid color’ is closed to new replies.