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

    Thread Starter hakimsla

    (@hakimsla)

    Thanks bro for the answer
    have a a god day
    Salam

    You are welcome bro.

    If that has answered your question please mark the topic resolved to help others.

    Thank you

    Plugin Author mmrs151

    (@mmrs151)

    Subhanallah,

    May Allah swt give you in abundance for answering difficult questions for me. Its the ramadan time, every one is hungry for rewards ??

    Mustafiz

    (keep me in your dua)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘change the color’ is closed to new replies.