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