Skip to content

Icons not showing beside H2 Title in settings #4

Description

@numanskibv

in Css file icons there are not showing in settings.

I created new code to resolve this.

/*
This stylesheet is loaded in the WordPress dashboard only.
It is required for adding icons to your admin settings.
*/

/* Integration Tab Icon */
.bp-admin-card.section-GODIEP_settings_section h2:before {
content: '';
display: inline-block;
background-image: url('images/tools.svg');
background-size: 18px 18px;
width: 18px;
height: 18px;
margin-right: 5px;
vertical-align: middle;
}

/* Component Settings Icon */
.bp-admin-card.section-GODIEP_addon h2:before {
content: '';
display: inline-block;
background-image: url('images/feather.svg');
background-size: 18px 18px;
width: 18px;
height: 18px;
margin-right: 5px;
vertical-align: middle;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions