Remove social links

This topic contains 12 replies, has 3 voices, and was last updated by  Tania Perez 5 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #450774

    Tania Perez
    Full Member
    Post count: 299

    Hi Guys,

    Is it possible to remove this social links, EXCEPT the phone number, of the listing detail?

    The ones right under the address, I´m using supreme directory.

    Thank you!!

    #450786

    Kor
    Moderator
    Post count: 16516

    Hi Tania,

    Thanks for your message. Yes, you can remove this using the custom CSS code below.

    
    
    .sd-contacts {
        display:none!important;
    }
    #450787

    Kor
    Moderator
    Post count: 16516

    If you still want the telephone icon, you can change the custom CSS code to the below.

    
    
    .sd-contacts .fa-external-link-square {
        display:none!important;
    }
    
    .sd-contacts .fa-facebook-official {
        display:none!important;
    }
    
    .sd-contacts .fa-twitter-square {
        display:none!important;
    }
    #450868

    Tania Perez
    Full Member
    Post count: 299

    Hei Kor!

    I wrote the last CSS but they are still showing.

    Any clues on what could be going on?

    Thank you!!!

    #450890

    Kor
    Moderator
    Post count: 16516

    Hi Tania,

    Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.

    #450891

    Tania Perez
    Full Member
    Post count: 299
    This reply has been marked as private.
    #450914

    Kor
    Moderator
    Post count: 16516

    Hi Tania,

    If you want to hide only the phone icon. You can use the custom CSS code below.

    i#moba {display:none!important;}
    #450977

    Tania Perez
    Full Member
    Post count: 299

    Thank you Kor!

    Actually that´s the only one I do want to show 🙂

    It´s working now 😀

    Have a great day!

    #450978

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #450996

    Tania Perez
    Full Member
    Post count: 299

    Sure!!!

    #452873

    Tania Perez
    Full Member
    Post count: 299

    Hi Kor!

    Something happened when updating the Supreme theme, and the code you gave me is not working, could you check it out?

    Thank you!!!

    #452891

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    Supreme Directory child theme has been updated with Fontawesome JS Version 5, requiring some new CSS to hide icons.

    Try the following CSS in GD – Design – Scripts – Custom CSS

    
    
    
    
    /*  Hide Phone Icon in SD Contacts Area   */
    .sd-contacts svg.svg-inline--fa.fa-phone.fa-w-16.profile_icon {
        display: none !important;
    }
    
    /*  Hide Link Icon in SD Contacts Area   */
    .sd-contacts svg.svg-inline--fa.fa-external-link-square-alt.fa-w-14 {
        display: none !important;
    }
    
    /*  Hide FB Icon in SD Contacts Area   */
    .sd-contacts svg.svg-inline--fa.fa-facebook.fa-w-14 {
        display: none !important;
    }
    
    #453976

    Tania Perez
    Full Member
    Post count: 299

    Thank you Alex!

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

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

Open Support Ticket