From 11675636cc61d84f2d433f7a5b0466367f1ddcc5 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 13 Mar 2016 11:10:02 -0700 Subject: [PATCH] Featurebox: Fix for default category on install. Bootstrap3: Fix section styling when dark themes enabled. --- e107_plugins/featurebox/plugin.xml | 3 +++ e107_themes/bootstrap3/style.css | 1 + 2 files changed, 4 insertions(+) diff --git a/e107_plugins/featurebox/plugin.xml b/e107_plugins/featurebox/plugin.xml index f7e20192d..4555f0ac5 100644 --- a/e107_plugins/featurebox/plugin.xml +++ b/e107_plugins/featurebox/plugin.xml @@ -15,6 +15,9 @@ 1 + + bootstrap3_carousel + Featurebox diff --git a/e107_themes/bootstrap3/style.css b/e107_themes/bootstrap3/style.css index daa3bce46..7e1d0c0dc 100644 --- a/e107_themes/bootstrap3/style.css +++ b/e107_themes/bootstrap3/style.css @@ -68,6 +68,7 @@ img.logo { .section-colored { background-color: #e1e1e1; /* change this to change the background color of a colored section */ + color: #000; } .img-home-portfolio, .img-customer, .portfolio-item {