• Salam Brother

    The latest update changed the colors on the table and i’m unable to see some of the prayer times nor am i able to change the colors.

    JAK

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • gyjafar

    (@ghulamjafar2)

    It is happening due to line#112 at the path:

    /wp-content/plugins/daily-prayer-time-for-mosques/Assets/css/styles.css?ver=2023.03.08

    Here is the culprit code:

    table.dptTimetable tr td.jamah, td.jamah {
        font-weight: bold;
        background-color: #FFE;
    }

    @ressan You can add the code below in your custom CSS for now.

    table.dptTimetable tr td.jamah, td.jamah {
        font-weight: bold;
        background-color: #004400;
    }
    Thread Starter ressan

    (@ressan)

    JAK

    Plugin Author mmrs151

    (@mmrs151)

    jzk for reporting it, I will workaround a fix inshaAllah.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Latest Update changed table colors’ is closed to new replies.