-
-
Notifications
You must be signed in to change notification settings - Fork 23
Astroid Framework Version 3.1.7 RC2 Article Widget #840
Copy link
Copy link
Closed
Description
In the article widget, the font colour in the title options has no function.
Update:
Solution: in framework/elements/articles/articles.php after line 222
Style::renderTypography(‘#’.$element->id.‘ .astroid-article-heading’, $title_font_style);
insert the following line:
Style::renderTypography(‘#’.$element->id.‘ .astroid-article-heading *’, $title_font_style);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CSSRelated to CSS IssueRelated to CSS Issue
Type
Projects
Status
Done