Hello, is it possible to add an icon just before the “text” of the portfolio title?
Thank you, Carmen
Hey carmen,
Yes you can with some css like this:
.create:before{
content: "";
display: block;
background: url('icon_image.jpg') no-repeat;
width: 25px;
height: 25px;
float: left;
}
But in order to assist further, we will need to know the url to the page and if it’s the same icon for every title or just one, and the icon you wish to use.
Best regards,
Mike