Title: Highlight on table
Last modified: May 24, 2019

---

# Highlight on table

 *  [nurre](https://wordpress.org/support/users/nurre/)
 * (@nurre)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/highlight-on-table/)
 * Assalam aleikum,
    I would like to remove the highlight as seen on the picture
   bellow. This highlight affects the next prayer display and it just does not work
   for me.
 * [https://ibb.co/DYw2Tw2](https://ibb.co/DYw2Tw2)

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

 *  Thread Starter [nurre](https://wordpress.org/support/users/nurre/)
 * (@nurre)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/highlight-on-table/#post-11567754)
 * I also want to hide sunrise from the table. Jazaakum Allaah khayran
 *  Plugin Author [mmrs151](https://wordpress.org/support/users/mmrs151/)
 * (@mmrs151)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/highlight-on-table/#post-11581388)
 * Unfortunately you can not remove highlight or sunrise.
 * You can however play with the theme to disappear highlight.
 * To remove the sunrise you will need to play with the code to remove them based
   on what orientation you are using.
 * Mustafiz.
 *  [attaqwa](https://wordpress.org/support/users/attaqwa/)
 * (@attaqwa)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/highlight-on-table/#post-11637361)
 * You could try adding a HTML widget with the following pasted in. Uses javascript
   to find Sunrise and hide the row
 *     ```
       <script>
   
        function onLoad() {
         jQuery("tr:contains('Sunrise')").hide();
         };
   
         if (window.addEventListener){
           window.addEventListener('load', onLoad)
         }else{
           window.attachEvent('onload', onLoad)
         }
   
       </script>
       ```
   

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

The topic ‘Highlight on table’ is closed to new replies.

 * ![](https://ps.w.org/daily-prayer-time-for-mosques/assets/icon-128x128.png?rev
   =1215663)
 * [Daily Prayer Time](https://wordpress.org/plugins/daily-prayer-time-for-mosques/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/daily-prayer-time-for-mosques/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/daily-prayer-time-for-mosques/)
 * [Active Topics](https://wordpress.org/support/plugin/daily-prayer-time-for-mosques/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/daily-prayer-time-for-mosques/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/daily-prayer-time-for-mosques/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [attaqwa](https://wordpress.org/support/users/attaqwa/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/highlight-on-table/#post-11637361)
 * Status: not resolved