Salam
What is it brother that you want to change the color exactly? If its the widget,then you can chose from three different themes that the plugin developer has provided. Don’t like those color? No problem you can chose other colors as well.
If its in the page,then you will have to use custom css. Install a plugin like this or use your child theme‘s style.css and paste this code. Adjust the colors as you see fit.
/* Custom Style for daily prayer time */
table.timetable {
border: 0;
background: inherit;
}
table.timetable tr, table.timetable td, table.timetable th{
border: 0;
background: inherit;
}
table.timetable th.nextPrayer, table.timetable td.nextPrayer {
background: khaki; !important;
color: brown;
font-weight: bold;
}
table.timetable td.fasting, table.timetable th.fasting {
background: rgba(0, 128, 0, 0.34);
color: #000;
width: 100px;
font-weight: bold;
}
table.timetable th.highlight {
background: rgba(138, 116, 0, 0.32);
color: black;
font-weight: bold;
}
table.timetable th.jummah {
background-color: maroon;
}
Have more questions? Dont worry just ask bro,i will try help you as much as i can and hope the developer can correct me if im wrong.
Jamal