Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1477726

    I’m sure it’s in this forum somewhere, but I can’t find it.

    I want to change the highlighted icon on my archive pages that’s to the upper-left of every post.

    How do I do it?

    And, can I change it to an actual image?

    Thanks ahead of time.Highlighted FontIcon

    #1477750

    Hey peter559,

    Thank you for the inquiry.

    Please provide the link to the blog page so we can check the blog layout. If you’re using the default layout, you can use this css code to replace the icon or image with a custom background image:

    .template-blog .blog-meta .post-author-format-type {
        background: url("bg-image-url.jpg");
    }
    
    .template-blog .blog-meta .post-author-format-type img {
        display: none;
    }
    

    Let us know the result.

    Best regards,
    Ismael

    #1477758

    hey ismael : i guess i will better post a new topic – there was that filter avf_default_icons – but because of that new handling of font-icons there has been changed alot. : https://kriesi.at/support/topic/how-to-replace-standard-icons/

    #1477996

    Hi,


    @Guenni007
    : He’d like to change it with the an actual image. Thank you for the info.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.