Instagram similar to facebook in detail page

This topic contains 9 replies, has 2 voices, and was last updated by  memorex13 5 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #483537

    memorex13
    Expired Member
    Post count: 540

    Hi,
    Instagram similar to facebook in detail page
    I do not know how to make the instagram icon the same as the face-face or website
    I tried with shortcode gd-bage but it does not work. Is there any solution??

    Thanks

    #483632

    Kor
    Moderator
    Post count: 16516

    Hi memorex13,

    Thanks for your post. Could you share the URL of the page in question so that we could check on it?

    #483633

    memorex13
    Expired Member
    Post count: 540
    This reply has been marked as private.
    #483638

    memorex13
    Expired Member
    Post count: 540
    This reply has been marked as private.
    #484108

    memorex13
    Expired Member
    Post count: 540

    @kor

    Any solution for this? 🙂

    Thanks

    #484161

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Thanks for your reply and I apologize for overlooking. Checking on this now and will come back to you shortly.

    #484163

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Try using the custom CSS code below and see if it helps.

    i.fa.fa-instagram {
        float: left;
      margin-top:4px;
      margin-right:10px
    }
    
    .fa-instagram:before {
        content: "\f16d";
        font-size: 25px;
        border-radius: .65em;
        
    }
    #484214

    memorex13
    Expired Member
    Post count: 540
    This reply has been marked as private.
    #484267

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Thanks for your reply. You can try adjusting the values in the custom CSS code I’ve shared earlier to achieve what you needed there. To target the instagram icon on the sidebar, you can use the custom CSS code below. If the stylings did not meet your requirement, feel free to contact a freelance developer here https://geodirectoryexperts.com/ to assist you with this.

    
    
    .page-sidebar i.fa.fa-instagram {
        float: left;
      margin-top:4px;
      margin-right:10px
    }
    
    .page-sidebar .fa-instagram:before {
        content: "\f16d";
        font-size: 25px;
        border-radius: .65em;
        
    }
    #484319

    memorex13
    Expired Member
    Post count: 540

    It’s not what I’m looking for. Thank you for your time Kor

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket