Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author PORTFOLIO GALLERY TEAM

    (@wpsofts)

    @sugangopal,

    You can achieve such results by using custom css styles. For example:

    #crp-content-SHORTCODEID i.fa.fa-link {
        background-image: url(IMAGE_URL);
        background-size: contain;
        width: 100%;
        height: 100%;
    }

    #crp-content-SHORTCODEID i.fa.fa-link::before{
        content: “” !important;
    }

    NOTE: Remplace the SHORTCODEID with your gallery short-code identifier!

    Thread Starter sugangopal

    (@sugangopal)

    Thanks! Worked.

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

The topic ‘Custom image icon’ is closed to new replies.