Michael Polzella
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Mailto link opening several windows.I just updated my chrome to 59.0.3071.109 and it still was occurring. It was for all members and I did check on Firefox which didn’t seem to have the issue.
I did figure out that the issue was stemming from a Chrome extension that pushes the mailto: links to my gmail account instead of the native Apple Mail. The other browsers I tried did not have this plugin so it seemed to work fine when testing, but wasn’t 100 percent sure.
Thanks for your help.
- This reply was modified 8 years, 9 months ago by Michael Polzella.
Forum: Plugins
In reply to: [Contact Form 7] Form not giving confirmationThanks.
Forum: Plugins
In reply to: [The Events Calendar] Category colorsAdd this to your stylesheet:
ul#legend li span font { background: none !important; }Hope this helps!
It is an easy fix.
In your stylesheet add:
#tribe-events-content a { background: none; }If it doesn’t work, try adding the word
!importantafter none, like this:#tribe-events-content a { background: none !important; }Thank you. I actually figured out how to do it in the mean time. I used the short code in a page, and pulled the content from that page and styled it the way I wanted it to look.