Skip to content

Astroid Framework Version 3.1.7 RC2 Article Widget #840

@jam1974

Description

@jam1974

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);

Metadata

Metadata

Assignees

Labels

CSSRelated to CSS Issue

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions