Skip to content

[Bug]: Icon picker css specifity #821

@markaplet

Description

@markaplet

What happened?

Recent updates to Divi (4.21.0) or 1.9.0 of the template are causing the icons in the Divi icon picker to no longer appear correctly. Inspecting the CSS it appears that Divi's specificity is overwriting CA Gov CSS. In particular this line:

.et-db #et-boc .et-l .et-fb-font-icon-list li.et-pb-fa-icon::after {
    font-family: FontAwesome !important;
}

Changing the above font-family to CaGov in the inspector fixes the broken icons.

CAWeb Version

1.9.0

Divi Version

4.21.0

Relevant log output

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions