• Resolved qualipro

    (@qualipro)


    Hello everyone,

    How can I change the standard #59ADC7 color of the points widget in the title and the number of points to match my theme colors?

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author learningtimes

    (@learningtimes)

    Hi @qualipro ,

    You can change the color of the points widget by defining your custom CSS.

    Here is an example code snippet that might be helpful.

    .badgeos_earned_points_only .points_widget_title {
        background-color:#ccc !important;
    }
    
    .badgeos_earned_points_only .badgeos-earned-credit {
    	color: #ccc !important;
    }

    Thanks,
    BadgeOS Support Team

Viewing 1 replies (of 1 total)

The topic ‘Change Widget Colors’ is closed to new replies.