-
Author
-
January 15, 2016 at 23:00 #98756
marie-soleil
ParticipantHi,
I would like to use my own icon in the feature item (see image attached).
Is there a way to do this? It seems I only have acces to a pre-selected icon list.
Thanks!
Attachments:
You must be logged in to view attached files.January 17, 2016 at 14:05 #98930sharmstr
ModeratorIs your icon a font icon or an image?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 18, 2016 at 17:44 #99117sharmstr
ModeratorYou need to add custom css to the page that will change the icon to your image. In the example below, I’ve changed the bitcoin icon to an image on my server
COPY CODE.icon-bitcoin:before { content: url('http://localhost:8080/kleo/wp-content/uploads/2015/12/Attractions.png'); }
You can find the name of the icon by right clicking on it and inspecting. Make sure you add the css to the page by clicking on the gear icon. If you add it in quick css or your child theme, it will apply the change site wide instead of on the page itself.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 18, 2016 at 18:35 #99129marie-soleil
ParticipantOk, I done the test. But the result is not really nice. (See the attachement).
Would it be the same approach if a use an icone?Thanks,
Marie-SoleilAttachments:
You must be logged in to view attached files.January 18, 2016 at 19:15 #99149sharmstr
Moderatoradd this to the css to align it
COPY CODEmargin-left: -30px !important;
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 21, 2016 at 20:50 #99832sharmstr
ModeratorYou’re welcome.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.