forums › forums › Circle Flip Support › Features Request › Reply To: Features Request
August 15, 2017 at 5:03 pm
#11529
Hi @tom,
We will discuss adding this feature in the next update.
For now you can do it manually using custom css by changing the background image of the icon.
Just add this code to your custom css field in Theme options > General settings > Advanced, and don’t forget to add your image url.
.linkRecent {
background-image: url(YOUR IMAGE URL);
background-position: center center;
}
If you need any further help adding this code, please open an issue on the problem and we will be happy to help you.
Regards