/* ### User Banners ### */
.userBanner--admin {
color: #fff;
background-color: red;
&:before {
font-family: "Font Awesome 5 Pro";
padding-right: 5px;
content: "\f091"
}
}
Hi admin i tried but didn't work,i put this in extra.less it is again similar.extra.less
CSS:/* ### User Banners ### */ .userBanner--admin { color: #fff; background-color: red; &:before { font-family: "Font Awesome 5 Pro"; padding-right: 5px; content: "\f091" } }
Check out this sectiontext in article changes to white color how can i can change this color?