I did but in many cases i dont understand what im seeing/reading/looking at.Use Inspect Element
Thanks a Ton Brogan that did it.. I was building on your "Make post sharing more obvious" Resource.. Of course as you can see i actually used the FA modification by @RoldanLTIf you mean the CSS class, try .message .publicControls .MultiQuoteControl
Looks great, I want to copy your desired iconsThanks a Ton Brogan that did it.. I was building on your "Make post sharing more obvious" Resource.. Of course as you can see i actually used the FA modification by @RoldanLT
View attachment 77570
Thanks again to the both of you.
.message .publicControls .item.postNumber:before {
content: "\f045";
font-family: FontAwesome;
margin-right: 3px;
color: #771C1C;
}
.message .publicControls .item.MultiQuoteControl:after {
content: "\f10e";
font-family: FontAwesome;
margin-left: 3px;
color: #771C1C;
}
.message .publicControls .item.like:before {
content: "\f164";
font-family: FontAwesome;
margin-right: 3px;
color: #771C1C;
}
.message .publicControls .item.unlike:before {
content: "\f165";
font-family: FontAwesome;
margin-right: 3px;
color: #771C1C;
}
.message .publicControls .item.reply:before {
content: "\f112";
font-family: FontAwesome;
margin-right: 3px;
color: #771C1C;
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.