From: Stephen Cameron Date: Wed, 17 Jun 2020 09:15:30 +0000 (+0200) Subject: Fix background colour for default (white) sections. WIP #3053 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6a352eca743facb3f8729726e187f040b135514b;p=ccv-wordpress.git Fix background colour for default (white) sections. WIP #3053 @0:10 --- diff --git a/wp-content/themes/CCV/resources/assets/styles/components/sections.styl b/wp-content/themes/CCV/resources/assets/styles/components/sections.styl index 35cd88f..c98f83a 100644 --- a/wp-content/themes/CCV/resources/assets/styles/components/sections.styl +++ b/wp-content/themes/CCV/resources/assets/styles/components/sections.styl @@ -1,4 +1,6 @@ .elementor-section + background-color: #fff // Default background colour, can be overridden + //--- Columns responsiveness - stack all standard columns below breakpoint +below($breakpoint-columns) .elementor-column