Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #98078

    kblack17
    Participant

    Is it possible to change the entry icons to another icon from the icon list?

    #98124

    Christian
    Moderator

    Hey 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.

    #98308

    kblack17
    Participant

    What 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.2

    #98311

    Christopher
    Moderator

    Hi there,

    Yes,it’s possible ,
    Just tell us where would like you favorite icon to be,And also what icon you want?

    Thank you.

    #98831

    kblack17
    Participant

    I would ideally like to replace the icons for every post format (Standard, Link, Gallery, Quote, Image, Video, Audio) with [icon type=”smile-o”]

    #98848

    Kosher K
    Member

    Hi 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

    #100388

    kblack17
    Participant

    adding 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.

    #100433

    Christian
    Moderator

    Hey there,

    Please try double slash when adding a \ in the Customizer.

    content: "\\f118";

    Hope that helps. 🙂

    #101091

    kblack17
    Participant

    yes, thanks!

    #101118

    Christian
    Moderator

    You’re welcome.

    #344971

    niqujagga
    Participant

    Hi! Is this \\f118 something like an ID of that smile-o-icon? Where do I find out the ones of the other icons?

    #344979

    Rad
    Moderator

    Hi there,

    They are unicode equivalent of an icon which are available here http://fortawesome.github.io/Font-Awesome/cheatsheet/

    Cheers!

    #345056

    niqujagga
    Participant

    ohhhh thats why i love you:)

    #345064

    Paul R
    Moderator

    We love you too. 🙂