Skip to content

Commit

Permalink
Fix issue Changing the colour of the content does not work #807
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Sep 19, 2024
1 parent 46267e4 commit 7dfa264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/elements/text/text.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@

if (!empty($content_font_style)) {
Style::renderTypography('#'.$element->id.' .astroid-content-text', $content_font_style);
Style::renderTypography('#'.$element->id.' .astroid-content-text *', $content_font_style);
}

0 comments on commit 7dfa264

Please sign in to comment.