We're merging with GenerateBlocks! Learn more here.

[Support request] Custom Image Overlay Icon

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Custom Image Overlay Icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9960
    Lars
    Participant

    Hi,

    Would it be very complicated to upload a custom image overlay icon and use a custom icon rather than the default icons that come with the plugin? Or is this achievable?

    Best regards
    Lars

    #9962
    Tom
    Keymaster

    Hi there,

    You’d need to do something like this: https://wpshowposts.com/support/topic/change-the-images-overlay-icon/#post-324

    Let me know if you need more info 🙂

    #9967
    Lars
    Participant

    Thanks. I’m not looking to change the overlay color – just the icon.

    I have a specific icon in svg that I would like to use.

    I’ve read the thread you sent but don’t know where to start really. There it seems the icons where replaced with the FontAwesome liberay – but can I just upload one specific icon I would like to use (not part of FontAwesome)?

    Where do I add the code for this?

    Thanks for any additional advice.

    Kind regards
    Lars

    #9992
    Tom
    Keymaster

    Give this a shot:

    .wp-show-posts-image-overlay:not(.no-icon):before {
        content: url( 'URL TO YOUR SVG ICON' ) !important;
        width: 50px;
        height: 50px;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.