Title: Hover CSS style grid view
Last modified: August 22, 2016

---

# Hover CSS style grid view

 *  Resolved [wigglepit](https://wordpress.org/support/users/wigglepit/)
 * (@wigglepit)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/hover-css-style-grid-view/)
 * Can you help me get rid of the yellow outline when hovering over a day on grid
   view? It wasn’t there until this most recent upgrade, it seems that my custom
   CSS styles are all gone now.T
 * [http://snkc.net/spay-neuter-information/calendar/](http://snkc.net/spay-neuter-information/calendar/)
 * Thanks!
 * [https://wordpress.org/plugins/google-calendar-events/](https://wordpress.org/plugins/google-calendar-events/)

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

 *  [jondalrymple](https://wordpress.org/support/users/jondalrymple/)
 * (@jondalrymple)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/hover-css-style-grid-view/#post-5539184)
 * I added this CSS code to my child theme style sheet:
 * .qtip-content {
    position: relative; padding: 0px 0px !important; overflow: hidden;
   text-align: left; word-wrap: break-word; font-size: 1.4em !important; }
 * Apparently they added “.qtip-content” since last upgrade. This code got rid of
   the yellow border for me and also enlarged the shrunken font size. Not sure if
   this is the right thing to do, but it seems to be working for me right now.
 *  Thread Starter [wigglepit](https://wordpress.org/support/users/wigglepit/)
 * (@wigglepit)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/hover-css-style-grid-view/#post-5539288)
 * Thank you! That certainly got me closer 🙂 Now I just want to get rid of the 
   border altogether. I tried adding a little more CSS but it didn’t work for me.
   But this is much better than it was – thanks again!
 *  [aparente001](https://wordpress.org/support/users/aparente001/)
 * (@aparente001)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/hover-css-style-grid-view/#post-5539289)
 * I wonder if it has to do with qtip-hover.
 *  [betyonfire](https://wordpress.org/support/users/betyonfire/)
 * (@betyonfire)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/hover-css-style-grid-view/#post-5539303)
 * This definitely helps, but the yellow is still there. Why do these styles have
   to be so hidden? This should be added to the documentation.
 * I think it’s qtip-default. Change it to this:
 * .qtip-default {
    border: 0 !important; }
 *  Thread Starter [wigglepit](https://wordpress.org/support/users/wigglepit/)
 * (@wigglepit)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/hover-css-style-grid-view/#post-5539328)
 * Thank you, that was a big help, too! I think this will likely be as good as it
   gets for me 🙂
 * .qtip-content, .qtip-default {
    font-size: 12px !important; padding: 0 !important;
   border: 0 !important;}
 *  Plugin Contributor [Nick Young](https://wordpress.org/support/users/nickyoung87/)
 * (@nickyoung87)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/hover-css-style-grid-view/#post-5539351)
 * We did just push a release that has some changes in this area, so hopefully that
   will help out too. If not it looks like you got what you needed, so I am going
   to go ahead and mark this as resolved for now.
 * Thanks!
 *  Thread Starter [wigglepit](https://wordpress.org/support/users/wigglepit/)
 * (@wigglepit)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/hover-css-style-grid-view/#post-5539382)
 * I think everything helped, thanks!
 * Yes, this one is resolved 🙂

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

The topic ‘Hover CSS style grid view’ is closed to new replies.

 * ![](https://ps.w.org/google-calendar-events/assets/icon-256x256.png?rev=1263960)
 * [Simple Calendar - Google Calendar Plugin](https://wordpress.org/plugins/google-calendar-events/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-calendar-events/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-calendar-events/)
 * [Active Topics](https://wordpress.org/support/plugin/google-calendar-events/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-calendar-events/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-calendar-events/reviews/)

## Tags

 * [background, color](https://wordpress.org/support/topic-tag/background-color/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [hover](https://wordpress.org/support/topic-tag/hover/)

 * 7 replies
 * 5 participants
 * Last reply from: [wigglepit](https://wordpress.org/support/users/wigglepit/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/hover-css-style-grid-view/#post-5539382)
 * Status: resolved