Title: thomasmore44's Replies | WordPress.org

---

# thomasmore44

  [  ](https://wordpress.org/support/users/thomasmore44/)

 *   [Profile](https://wordpress.org/support/users/thomasmore44/)
 *   [Topics Started](https://wordpress.org/support/users/thomasmore44/topics/)
 *   [Replies Created](https://wordpress.org/support/users/thomasmore44/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/thomasmore44/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/thomasmore44/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/thomasmore44/engagements/)
 *   [Favorites](https://wordpress.org/support/users/thomasmore44/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] Some times fine. Some times off by 30 to 45 minutes.](https://wordpress.org/support/topic/some-times-fine-some-times-off-by-30-to-45-minutes/)
 *  Thread Starter [thomasmore44](https://wordpress.org/support/users/thomasmore44/)
 * (@thomasmore44)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/some-times-fine-some-times-off-by-30-to-45-minutes/#post-6819769)
 * Nope. Nothing changed with the update. I’m going to run the other trouble-shooting
   you recommended on my local installation, but I won’t have time to do so until
   we’re out on Christmas Break (full-time teacher; part-time webmaster).
 * Thanks for your attention to this matter!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] Some times fine. Some times off by 30 to 45 minutes.](https://wordpress.org/support/topic/some-times-fine-some-times-off-by-30-to-45-minutes/)
 *  Thread Starter [thomasmore44](https://wordpress.org/support/users/thomasmore44/)
 * (@thomasmore44)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/some-times-fine-some-times-off-by-30-to-45-minutes/#post-6819757)
 * It is a single calendar (or 3 single calendars), and I can see the time zone 
   is set to GMT -5 (which is Eastern Standard Time, which is what we want).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] How to remove bullets from list view](https://wordpress.org/support/topic/how-to-remove-bullets-from-list-view/)
 *  [thomasmore44](https://wordpress.org/support/users/thomasmore44/)
 * (@thomasmore44)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-to-remove-bullets-from-list-view/#post-5305890)
 * I’m sorry; I didn’t intend to wreck all your uls! 😛
 * One way to fix this may be to locate the element’s css class or id that needs
   to be changed. I know you’ve said you’ve poked around, but the right-hand sidebar
   in developer tools can be immensely helpful for showing all the CSS in play, 
   and the files and line numbers associated with that.
 * For my theme, it was .sidebar ul etc., but keep perusing the inspector and try
   different browsers to see what they tell you. Sometimes, things I don’t notice
   in Chrome’s developer tools pop right out at me when I use Firebug. Same problem–
   different perspective! Keep up the perseverance, and let me know if you do find
   a good, workable solution to the problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] How to remove bullets from list view](https://wordpress.org/support/topic/how-to-remove-bullets-from-list-view/)
 *  [thomasmore44](https://wordpress.org/support/users/thomasmore44/)
 * (@thomasmore44)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-to-remove-bullets-from-list-view/#post-5305842)
 * I think you’ll need to make sure that the CSS for your theme isn’t over-riding
   it. For some reason, it took me forever to find this, but go into your style.
   css and search “list-style-type: disc”. Once you find that, copy the css into
   your custom css and replace the disc with none. That way, you’ll for sure override
   the standard styles for widgets and sidebars.
 * Here’s what my theme (Molitor) style.css had:
 *     ```
       .sidebar ul li.widget ul li {
           list-style-type: disc;
           list-style-position: outside;
       }
       ```
   
 * I just copied that whole piece and changed the ‘disc’ to ‘none.’ Hope that helps
   you!

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