On your demo site everything looks fine (http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/) but in my install of WordPress 3.8 and Enfold 2.4.4, the rules are all but invisible:
http://www.socialrevolution.co/events/
Any ideas what’s going on? I use the Meta Color but it’s the same with the Default Color. I use a minimal amount of plug-ins:
Akismet
bbPress
Contact Form 7
Enable Media Replace
Hello Dolly
Livefyre Realtime Comments
WordPress Importer
WordPress SEO
WP Google Fonts
WP Retina 2x
Hey ubercool!
You can add this on Quick CSS:
.meta-heading .special-heading-inner-border {
opacity: 0.9;
filter: alpha(opacity=90);
}
Regards,
Ismael
Thanks, that solved it! :)