Comments laure_b started the conversationMarch 9, 2018 at 2:46pmHello,Playing with CSS in the browser, I saw that I can change the icon displayed at the bottom of each post to "Like" the post in question. The icon originally is a heart, and I'd like to switch it for a star (see captures).How can I make the change for good in my theme?And will it break everytime I update the theme?Many thanks in advance,Laure 2,700PenciDesign repliedMarch 10, 2018 at 7:42amHi,Please add more this code to Customize > Custom CSS to do that: .penci-post-like .fa-heart-o:before{ content: "\f006"; }It will doesn't lose when you update this theme.Best Regards,PenciDesignlaure_b repliedMarch 11, 2018 at 3:57pmThanks a lot, works perfectly !Last question: could you give me the ref to use to display the moon icon please?Many thanks in advance! 2,700PenciDesign repliedMarch 12, 2018 at 7:27amHi,Moon icon doesn't include in Soledad version 5.1We will update fontawesome to latest version in the next update version of Soledad.Best Regards,PenciDesign1 Like Sign in to reply ...
Hello,
Playing with CSS in the browser, I saw that I can change the icon displayed at the bottom of each post to "Like" the post in question. The icon originally is a heart, and I'd like to switch it for a star (see captures).
How can I make the change for good in my theme?
And will it break everytime I update the theme?
Many thanks in advance,
Laure
Hi,
Please add more this code to Customize > Custom CSS to do that:
It will doesn't lose when you update this theme.
Best Regards,
PenciDesign
Thanks a lot, works perfectly !
Last question: could you give me the ref to use to display the moon icon please?
Many thanks in advance!
Hi,
Moon icon doesn't include in Soledad version 5.1
We will update fontawesome to latest version in the next update version of Soledad.
Best Regards,
PenciDesign