Walaikum assalam wa rahmatullah,
have you tried to update the iqamah to jamat in the language settings. If I understand the problem correctly.
Mustafiz.
@abdoolrashid I have visited your given link. You need to add the code given below in your Custom CSS.
table.dptTimetable tr td.jamah, td.jamah {
font-weight: bold;
background-color: #423b7d;
}
@mmrs151 Please think about the background-color you changed in the recent update ASAP. I believe that most of the sites’ managers are unaware that Iqama time has been messed due to recent change at the path: /daily-prayer-time-for-mosques/Assets/css/styles.css?ver=2023.03.08:110 background-color: #FFE;
I have removed that old problematic code in the latest update and it should be fixed now 🙂
Jzk my dear brother @ghulamjafar2 I really need brothers to support the others in my absence. I have done it for everybody, nothing in it for me apart from the pleasure of Allah swt.
So @abdoolrashid needs to update the latest version 2023.03.17 as I saw 2023.03.08 on their site.
@mmrs151 I know & appreciate your concerns and yes we all will be strengthening each other for our Akhirah InShaAllah.
@mmrs151 Brother I see another instance of the same background-color in the latest styles.css?ver=2023.03.18:113 as below:
td.jamahMonth{
font-weight: bold;
background-color: #FFE;
}
I’m afraid that it will mess Iqamah times on monthly table. ( F.Y.I )
I think monthly should be fine. I wanted to mark the iqamah row, when you read on a mobile, it makes it easier.
Unfortunately, even your recent update hasn’t solved the problem.
iqamah column still the same. howver if you hover you can see the times otherwise it does not show.
Thanks your help. Brother Ramadan Mubarak to you and your family
Ramadaan kareem to you too.
Since your theme has default white background, it is causing the issue.
Also the css is cell level, that takes priority too.
My idea was to make the iqamah column highlighted so it will be easy to identify in mobile view.
But insha Allah, I will add a control on the theme tab in the future release.
for now, please use a colour of your liking and add it to the additional css section on the admin
td.jamahMonth {
background-color: #8224e3 !important;
}