Home Forums WoodMart support forum Instagram Icon

Instagram Icon

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #716196

    di.design.studiooo
    Participant

    Hello,

    I’m using the Woodmart theme (v8.4.1) with the built-in Instagram feed module connected via API.

    On my homepage, I have an Instagram feed section displaying my photos in a grid. I would like to add a small, static Instagram icon below each photo — similar to how it appears on this website: https://junobjects.com/

    The icon should always be visible (not only on hover).

    Could you please advise how I can achieve this? Is there a built-in option in the Woodmart Instagram widget settings, or would I need a workaround?

    Thank you!

    #716212

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Try to add the following Custom CSS code in Theme Settings > Custom CSS:

    .wd-insta-item {
        position: relative;
    }
    
    .wd-insta-item:after {
        content: "\f163";
        font-family: "woodmart-font";
        position: absolute;
        bottom: 10px;
        left: 10px;
        font-size: 16px;
        color: #fff;
        z-index: 5;
        pointer-events: none;
    }

    Best Regards,

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)