2017-04-23, 01:56 PM
(This post was last modified: 2017-04-23, 01:57 PM by thelovelyone.)
I have no idea how to add the ribbon, since that ribbon-demo you gave me has some html too and idk where to add that. I am just not a developer/designer, i usually just improvise.
i only managed this so far, however as you can see, the icon overlaps with the content. : (
![[Image: d89b36f7b70349e597ea9f814b411621.jpeg]](https://camo.mybb.com/2a44720c07e2d43f14a16f9a1b3305e7422b0e9c/687474703a2f2f696d6167652e70726e747363722e636f6d2f696d6167652f64383962333666376237303334396535393765613966383134623431313632312e6a706567)
i only managed this so far, however as you can see, the icon overlaps with the content. : (
.popular_post {
border-style: solid;
border-color: #E1515D;
border-width: 1px;
border-top-width: 7px;
position:relative;
}
.popular_post:before {
content: "\f08a";
font-family: FontAwesome;
right: 5px;
position:absolute;
top:0;
color: #E1515D;
font-size: 30px !important
}