Custom Entry Icon Options - Pro

Hi Friends,

  1. When using our own custom entry icons with Pro / Renew Stack what is the recommended size (height/width) and format for this?

  2. Also can you direct me to a link that shows us all the icons available?

  3. Is there a way to disable the entry icon altogether?

This forum post was helpful as well but the icon codes do not match:

Thanks!

Hi Tom,

Thanks for reaching out.

  1. There is no Custom entry icons for renew, there is only standard and creative, and creative let you change its position along with the post title. But if you’re referring to which image size based on your custom CSS then I think 16x16 is better.

  2. The icons are defined to renew CSS, and it’s default to it not meant to be changed. If you wish to change it then you’ll have to apply custom CSS as well similar to that thread. But if you’re asking of what else icon you can use in custom CSS then you can find them here https://fontawesome.com/icons?from=io, just copy the icon codes.

  3. There is, please add this CSS to Theme Options > CSS

.entry-title:before {
display: none;
}

Hope this helps.

1 Like

Thanks Rad, that definitely helps!

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.