How To Add A Second Quotation Mark To The Slogan/Motto on Profile Pages
By default, the slogan only has one quotation mark at the beginning. However, there are some website owners that would like to add a quotation mark here:
In order to add it, please go to Settings >> Design Settings >> Custom CSS >> and paste the code below:
.quote_box::after {
content: "";
background-image: url(/images/icon-quote.png);
position: absolute;
width: 45px;
height: 35px;
background-repeat: no-repeat;
transform: rotate(1800deg) scaleX(-1);
margin-left: 10px;
}
It should look like this:
The second quote mark will show up on all member profiles: