Tagged: background color, section, shortcode
Sorry, but you do not have the capability to view this topic
-
Supported
- Topics: 1
- Replies: 0
- Total posts: 1
with the upgrade to 1.7.5 this week, noticed all my background colors for sections weren’t displaying
There was no inline style being inserted as a style into the div class=section_bg, I made the following change in line 395 in framework/shortcode/general.php
change from:
if($image) {to
if($image || $bgcolor) {and the problem was fixed. if you could validate the fix and ensure it makes it into the next release I would appreciate it.
