-
AuthorPosts
-
September 3, 2014 at 10:24 pm #98078
Is it possible to change the entry icons to another icon from the icon list?
September 3, 2014 at 11:49 pm #98124Hey there,
I’m sorry but at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.
September 4, 2014 at 6:50 am #98308What I mean is there are icons automatically associated with blog entry titles. The customizer calls them “entry icons”. A “page” for article, a “camera” for image, etc. Is it possible to change those icons to other icons from you short code icon list?
url: http://www.grinteresting.com
stack: renew
xtheme 2.4.0
shortcode 2.3.5
wordpress 3.9.2September 4, 2014 at 6:55 am #98311Hi there,
Yes,it’s possible ,
Just tell us where would like you favorite icon to be,And also what icon you want?Thank you.
September 4, 2014 at 6:54 pm #98831I would ideally like to replace the icons for every post format (Standard, Link, Gallery, Quote, Image, Video, Audio) with [icon type=”smile-o”]
September 4, 2014 at 7:28 pm #98848Hi There,
Just add this code below in Customizer -> Custom -> CSS
.format-video .entry-title:before, .format-standard .entry-title:before, .format-image .entry-title:before, .format-link .entry-title:before, .format-quote .entry-title:before, .format-gellery .entry-title:before, .format-audio .entry-title:before { content: "\f118"; }
Have a great day
September 7, 2014 at 6:51 pm #100388adding that code to the Customizer -> Custom -> CSS only turns the icons that were there before into f118, not an icon. In theory that should work, but it does not.
September 7, 2014 at 9:50 pm #100433Hey there,
Please try double slash when adding a \ in the Customizer.
content: "\\f118";
Hope that helps. 🙂
September 8, 2014 at 7:59 pm #101091yes, thanks!
September 8, 2014 at 9:29 pm #101118You’re welcome.
July 30, 2015 at 1:42 am #344971Hi! Is this \\f118 something like an ID of that smile-o-icon? Where do I find out the ones of the other icons?
July 30, 2015 at 1:50 am #344979Hi there,
They are unicode equivalent of an icon which are available here http://fortawesome.github.io/Font-Awesome/cheatsheet/
Cheers!
July 30, 2015 at 3:20 am #345056ohhhh thats why i love you:)
July 30, 2015 at 3:24 am #345064We love you too. 🙂
-
AuthorPosts