From 36db1b22fd4bbdd90d6886731f6d046a3b41a2f3 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 9 Feb 2015 13:01:12 -0500 Subject: [PATCH] Caption fix after worpdress.scss style changes --- scss/_structure.scss | 3 +++ scss/_wordpress.scss | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/scss/_structure.scss b/scss/_structure.scss index d8df3d3..55e77af 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -890,6 +890,9 @@ img.alignleft, img.alignright, img.aligncenter, div.wp-caption img { padding: 5px; width: 100%; margin: 0; + color: black !important; + font-style: none; + font-size: 11px; } } /* End Images */ diff --git a/scss/_wordpress.scss b/scss/_wordpress.scss index cc0a32e..81473e5 100644 --- a/scss/_wordpress.scss +++ b/scss/_wordpress.scss @@ -50,7 +50,7 @@ img.alignleft, img.alignright, img.aligncenter, div.wp-caption img { } .wp-caption-text { font-family: Open Sans, sans-serif; - font-size: 9px !important; + font-size: 9px; color: #fff; font-style: italic; margin: 0; -- 2.17.1