Hi I would like to change the color on top, where "Take this course" tab is located
please see screen shot.
I would like it to show green, like how it is on related course.
I would like the course text on left to be same white but just text "price option" and the available text inside this box to be green.
Thanks,
Dani
Please add the given css from wp-admin ->. customize -> custom css :
.pricing_course .drop label span,.pricing_course .drop label span strong{
color: green !important;
}
.result span {
color: green !important;
}
Perfect worked :)
Great support
Thanks,
Dani